Skip to content

Commit 172a9c0

Browse files
committed
Drop newer python versions from CI for now
While dependencies still need to catch up with deprecations.
1 parent d1891a8 commit 172a9c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ["3.8", "3.9", "3.10", "3.11"]
13+
python-version: ["3.8", "3.9"]
1414

1515
steps:
1616
- uses: actions/checkout@v2
@@ -65,9 +65,9 @@ jobs:
6565
id: isLatest
6666
with:
6767
a: ${{ matrix.python-version }}
68-
b: 3.11
68+
b: 3.9
6969

70-
- name: Store dists (Python 3.11)
70+
- name: Store dists (Python 3.9)
7171
if: steps.isLatest.outputs.result
7272
uses: actions/upload-artifact@v2
7373
with:

0 commit comments

Comments
 (0)