Skip to content

Commit d8fc971

Browse files
authored
test with Python 3.14 (#47)
1 parent 084a7bb commit d8fc971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [Ubuntu, macOS, Windows]
22-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
22+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2323
include:
2424
- os: Ubuntu
2525
image: ubuntu-latest

0 commit comments

Comments
 (0)