diff --git a/python-numba.changes b/python-numba.changes index bb07ae8..bcb4201 100644 --- a/python-numba.changes +++ b/python-numba.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 12 05:53:24 UTC 2023 - Steve Kowalik + +- Clean up leftover Python 3.8 gubbins, look forward to Python 3.11 support. + ------------------------------------------------------------------- Tue Apr 11 08:30:00 UTC 2023 - Dominique Leuenberger diff --git a/python-numba.spec b/python-numba.spec index 679f0ba..716b34a 100644 --- a/python-numba.spec +++ b/python-numba.spec @@ -31,22 +31,16 @@ %define psuffix %{nil} %bcond_with test %endif -%if "%{flavor}" == "test-py38" -%define psuffix -test-py38 -%define skip_python39 1 -%define skip_python310 1 -%bcond_without test -%endif %if "%{flavor}" == "test-py39" %define psuffix -test-py39 -%define skip_python38 1 %define skip_python310 1 +%define skip_python311 1 %bcond_without test %endif %if "%{flavor}" == "test-py310" %define psuffix -test-py310 -%define skip_python38 1 %define skip_python39 1 +%define skip_python311 1 %bcond_without test %endif