actions: re-enable some python version testing

This commit is contained in:
Jay Lee
2025-09-30 19:29:02 -04:00
committed by GitHub
parent 3d22891052
commit c76164fbef

View File

@@ -103,16 +103,16 @@ jobs:
python: "3.11"
jid: 15
name: Test Python 3.11
#- os: ubuntu-24.04
# goal: test
# python: "3.12"
# jid: 16
# name: Test Python 3.12
#- os: ubuntu-24.04
# goal: test
# python: "3.14-dev"
# jid: 16
# name: Test Python 3.14-dev
- os: ubuntu-24.04
goal: test
python: "3.12"
jid: 16
name: Test Python 3.12
- os: ubuntu-24.04
goal: test
python: "3.14-dev"
jid: 17
name: Test Python 3.14-dev
steps: