diff --git a/.github/workflows/build-all-parallel.yml b/.github/workflows/build-all-parallel.yml index fe5cc461..e7ebd25e 100644 --- a/.github/workflows/build-all-parallel.yml +++ b/.github/workflows/build-all-parallel.yml @@ -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']