Skip to content

Commit da3a504

Browse files
committed
drop python 3.6
1 parent 8d9961f commit da3a504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [ubuntu-latest, macos-latest]
15-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
15+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1616
exclude:
1717
- os: ubuntu-latest
18-
python-version: 3.6
18+
python-version: 3.7
1919
- os: macos-latest
2020
python-version: 3.7
2121
- os: macos-latest

0 commit comments

Comments
 (0)