Skip to content

Commit

Permalink
Add Python 3.12 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bhall-ctre committed Oct 31, 2024
1 parent a53706d commit 0b9b1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-all-parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: ['3.9', '3.10', '3.11']
python_version: ['3.9', '3.10', '3.11', '3.12']
os: ['ubuntu-22.04', 'macos-12', 'windows-2022']
project-name: ['ArcadeDrive', 'CANcoder', 'MotionMagic', 'PhoenixSysId', 'PositionClosedLoop', 'StatusSignals', 'TalonFX', 'VelocityClosedLoop']

Expand Down

0 comments on commit 0b9b1c2

Please sign in to comment.