Skip to content

Commit 97aecb1

Browse files
author
Andrei Bratu
committed
drop python versions incompatible with dev dependency
1 parent cda4dad commit 97aecb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-20.04
77
strategy:
88
matrix:
9-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
9+
python-version: ["3.9", "3.10", "3.11"]
1010
steps:
1111
- name: Checkout repo
1212
uses: actions/checkout@v3
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-20.04
2626
strategy:
2727
matrix:
28-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
28+
python-version: ["3.9", "3.10", "3.11"]
2929
steps:
3030
- name: Checkout repo
3131
uses: actions/checkout@v3

0 commit comments

Comments
 (0)