Skip to content

Commit e106df8

Browse files
committed
(chore) CI: drop support for eol Python versions
1 parent b7ab3af commit e106df8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v4
2020
with:
21-
python-version: '3.7'
21+
python-version: '3.8'
2222

2323
- name: Install sphinx toolset
2424
run: >-

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', 'pypy3.9']
11+
python-version: ['3.8', '3.9', '3.10', '3.11', 'pypy3.9']
1212

1313
steps:
1414
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)