Skip to content

Commit 9c383cb

Browse files
committed
- removed Python 3.6
1 parent e72d474 commit 9c383cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
# python-version: [3.7]
31-
python-version: [cp36-cp36m, cp37-cp37m, cp38-cp38, cp39-cp39, cp310-cp310]
31+
python-version: [cp37-cp37m, cp38-cp38, cp39-cp39, cp310-cp310]
3232

3333
steps:
3434
- uses: actions/checkout@v3

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
matrix:
4141
# python-version: [3.7]
42-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
42+
python-version: ['3.7', '3.8', '3.9', '3.10']
4343

4444
steps:
4545
# Checkout repo

0 commit comments

Comments
 (0)