Add Python 3.13 to GitHub workflow

Extend the CI matrix to include Python 3.13 alongside existing versions. This ensures compatibility and automated testing for the latest Python release.
This commit is contained in:
L1ghtn1ng 2024-10-16 04:31:57 +01:00
parent 2c7b2bb249
commit 62277a37ba

View file

@ -17,7 +17,7 @@ jobs:
max-parallel: 8
matrix:
os: [ ubuntu-latest, macos-latest ]
python-version: [ '3.11', '3.12' ]
python-version: [ '3.11', '3.12', '3.13' ]
steps:
- uses: actions/checkout@v4