Skip to content

Commit c5db9fc

Browse files
Update CI to use ubuntu-latest and add Python 3.12, 3.13
Switched from ubuntu-20.04 to ubuntu-latest for consistency and future-proofing. Added support for Python 3.12 and 3.13 to ensure compatibility with the latest Python versions.
1 parent 49af7fb commit c5db9fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os:
12-
- "ubuntu-20.04"
12+
- "ubuntu-latest"
1313
- "windows-latest"
1414
- "macos-latest"
1515
python:
@@ -19,6 +19,8 @@ jobs:
1919
- "3.9"
2020
- "3.10"
2121
- "3.11"
22+
- "3.12"
23+
- "3.13"
2224
# Workaround from https://github.com/actions/runner-images/issues/9770
2325
exclude: # Python < v3.8 does not support Apple Silicon ARM64.
2426
- python: "3.6"

0 commit comments

Comments
 (0)