Skip to content

Commit 4b32198

Browse files
committed
Update Python versions in CI workflow
Removed support for Python 3.8 and added support for Python 3.13 in the test workflow. This ensures compatibility with the latest Python releases and drops an older version that is now less commonly used.
1 parent f08d922 commit 4b32198

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
strategy:
3030
matrix:
31-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
31+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
3232

3333
steps:
3434
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)