Skip to content

Commit ec731bd

Browse files
committed
CI: Add job for testing Python 3.13
1 parent 22528f7 commit ec731bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [ubuntu-latest, macos-latest, windows-latest]
23-
python-version: ["3.7", "3.9", "3.11", "3.12"]
23+
python-version: ["3.7", "3.8", "3.9", "3.11", "3.12", "3.13"]
2424

2525
steps:
2626
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)