added back some python versions
Some checks failed
CMake / Configure and build using cmake (push) Failing after 9s

This commit is contained in:
Fröjd Lars Erik 2025-03-19 22:05:19 +01:00
parent 608eb1a436
commit 0da508a8b7
2 changed files with 2 additions and 12 deletions

View File

@ -1,10 +1,3 @@
python:
# - 3.8
# - 3.9
# - 3.10
# - 3.11
# - 3.12
- 3.13
c_compiler:
- gcc # [linux]

View File

@ -1,9 +1,6 @@
python:
# - 3.8
# - 3.9
# - 3.10
# - 3.11
# - 3.12
- 3.11
- 3.12
- 3.13
c_compiler: