Skip to content

Commit 7b58470

Browse files
committed
Drop Python 3.6 and 3.7 from tests
1 parent 5539279 commit 7b58470

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11"]
16+
python-version: [3.8, 3.9, "3.10", "3.11"]
1717

1818
steps:
1919
- uses: actions/checkout@v5

.github/workflows/dist-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ubuntu-latest
6262
strategy:
6363
matrix:
64-
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11"]
64+
python-version: [3.8, 3.9, "3.10", "3.11"]
6565
dist-type: [sdist, wheel]
6666
fail-fast: false
6767

0 commit comments

Comments
 (0)