Skip to content

Commit 3a4ba4b

Browse files
authored
Test python 3.12 and 3.13 (#211)
* fix error in readthedocs * test up to python 3.13
1 parent 5c05a6b commit 3a4ba4b

2 files changed

Lines changed: 25 additions & 171 deletions

File tree

.github/workflows/continuousintegration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: [3.9, "3.10", "3.11"]
10+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1111

1212
steps:
1313
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)