Restore plain python-3.12 testing without -nogil

This commit is contained in:
William S Fulton 2025-07-18 22:37:25 +01:00
parent 6b556a6a1c
commit 0f58f9872d
1 changed files with 5 additions and 2 deletions

View File

@ -122,7 +122,6 @@ jobs:
- SWIGLANG: python
VER: '3.12'
CSTD: gnu99
SWIG_FEATURES: -nogil # Test that -nogil has no effect on non-free-threading Python
- SWIGLANG: python
VER: '3.13'
CSTD: gnu99
@ -130,7 +129,11 @@ jobs:
VER: '3.13-dbg'
CSTD: gnu99
- SWIGLANG: python
VER: '3.13t' # no-gil testing
VER: '3.13'
CSTD: gnu99
SWIG_FEATURES: -nogil # Test that -nogil has no effect on non-free-threading Python
- SWIGLANG: python
VER: '3.13t'
CSTD: gnu99
SWIG_FEATURES: -nogil
- SWIGLANG: python