Skip to content

Commit 325931c

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/python-package.yml

+3-2
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
1715
- 3.8
1816
- 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)