this repo has no description

Add Python 3.14 to testing matrix

authored by bernsteinbear.com and committed by

Max Bernstein cd0c2af6 0b274876

+1 -1
+1 -1
.github/workflows/ci.yml
··· 47 47 run_compiler_unit_tests: 48 48 strategy: 49 49 matrix: 50 - PYTHON: [python3.8, python3.9, python3.10, python3.11, python3.12, python3.13] 50 + PYTHON: [python3.8, python3.9, python3.10, python3.11, python3.12, python3.13, python3.14] 51 51 CC: [gcc, clang, tcc] 52 52 USE_STATIC_HEAP: ["-DSTATIC_HEAP", ""] 53 53 runs-on: ubuntu-latest