Skip to content

Commit e23934c

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-latest, macos-latest]
20-
python-version: ["3.9", "3.10", "3.11", "3.12"]
20+
python-version: ["3.9", "3.10", "3.11"]
2121

2222
steps:
2323
- uses: actions/checkout@v3
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: windows-latest
6262
strategy:
6363
matrix:
64-
python-version: ["3.9", "3.10", "3.11", "3.12"]
64+
python-version: ["3.9", "3.10", "3.11"]
6565

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

0 commit comments

Comments
 (0)