Skip to content

Commit d31f3a9

Browse files
authored
python: ['3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.11']
1 parent cedba18 commit d31f3a9

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
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
16+
python: ['3.10', '3.11', '3.12', '3.13', '3.14']
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v5
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
fail-fast: false
3838
matrix:
39-
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.11']
39+
python: ['3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.11']
4040
check_formatting: ['0']
4141
check_docs: ['0']
4242
extra_name: ['']
@@ -70,7 +70,7 @@ jobs:
7070
strategy:
7171
fail-fast: false
7272
matrix:
73-
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
73+
python: ['3.10', '3.11', '3.12', '3.13', '3.14']
7474
steps:
7575
- name: Checkout
7676
uses: actions/checkout@v5

0 commit comments

Comments
 (0)