Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 271890d

Browse files
Workflow for Python 3.13 (#43)
1 parent aa74973 commit 271890d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [Ubuntu, MacOS, Windows]
19-
python-version: ['3.10', '3.11', '3.12']
19+
python-version: ['3.10', '3.11', '3.12', '3.13']
2020
steps:
2121
- uses: actions/checkout@v4
2222

0 commit comments

Comments
 (0)