Skip to content

Commit 81a3635

Browse files
Update workflows to test against same
python versions as matplotlib.
1 parent dab9d62 commit 81a3635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: windows-latest
6262
strategy:
6363
matrix:
64-
python-version: [ "3.7", "3.8", "3.9" ]
64+
python-version: ["3.9", "3.10", "3.11", "3.12"]
6565

6666
steps:
6767
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)