Skip to content

Commit 859c44f

Browse files
Update: Remove Python 3.8 from testing matrix in CI workflow
1 parent 3792c52 commit 859c44f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/python.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,8 @@ jobs:
6565
fail-fast: false
6666
matrix:
6767
python-version:
68-
- "pypy-3.8"
6968
- "pypy-3.9"
7069
- "pypy-3.10"
71-
- "3.8"
7270
- "3.9"
7371
- "3.10"
7472
- "3.11"
@@ -93,10 +91,8 @@ jobs:
9391
fail-fast: false
9492
matrix:
9593
python-version:
96-
- "pypy-3.8"
9794
- "pypy-3.9"
9895
- "pypy-3.10"
99-
- "3.8"
10096
- "3.9"
10197
- "3.10"
10298
- "3.11"

0 commit comments

Comments
 (0)