Skip to content

Commit 0a26ce6

Browse files
committed
Add python 3.12 3.1.13 3.14 to CI tests
1 parent ef43b06 commit 0a26ce6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-22.04, macos-13, windows-latest]
18-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
18+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12", "3.13", "3.14"]
1919

2020
steps:
2121
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)