diff --git a/python-pythran.changes b/python-pythran.changes index 6cc02d3..121f31d 100644 --- a/python-pythran.changes +++ b/python-pythran.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 29 04:27:01 UTC 2023 - Steve Kowalik + +- Prepare for Python 3.12, by skipping it for the other test flavors, and + adding one for it. + ------------------------------------------------------------------- Tue Nov 21 06:35:39 UTC 2023 - Steve Kowalik diff --git a/python-pythran.spec b/python-pythran.spec index 661c1c2..9fde9b9 100644 --- a/python-pythran.spec +++ b/python-pythran.spec @@ -22,18 +22,28 @@ %define skip_python38 1 %define skip_python310 1 %define skip_python311 1 +%define skip_python312 1 %endif %if "%{flavor}" == "test-py310" %define psuffix -test-py310 %define skip_python38 1 %define skip_python39 1 %define skip_python311 1 +%define skip_python312 1 %endif %if "%{flavor}" == "test-py311" %define psuffix -test-py311 %define skip_python38 1 %define skip_python39 1 %define skip_python310 1 +%define skip_python312 1 +%endif +%if "%{flavor}" == "test-py312" +%define psuffix -test-py312 +%define skip_python38 1 +%define skip_python39 1 +%define skip_python310 1 +%define skip_python311 1 %endif %if "%{flavor}" == "" %define psuffix %{nil}