Skip to content

Commit 223cbc6

Browse files
committed
Dropped support for Python 3.6 and 3.7.
1 parent 076b258 commit 223cbc6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/python-package.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ jobs:
1212
strategy:
1313
matrix:
1414
python-version:
15-
- 3.6
16-
- 3.7
17-
- 3.8
18-
- 3.9
15+
- "3.8"
16+
- "3.9"
17+
- "3.10"
18+
- "3.11"
19+
- "3.12"
1920
steps:
2021
- uses: actions/checkout@v2
2122
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)