Skip to content

Commit a8ea53a

Browse files
committed
Remove old pythons
1 parent 8c07e5c commit a8ea53a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/tests.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,7 @@ jobs:
2121
fail-fast: true
2222
matrix:
2323
os: [ubuntu-latest, windows-latest, macos-latest]
24-
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
25-
include:
26-
- os: windows-2019
27-
python_version: "3.6"
28-
- os: ubuntu-20.04
29-
python_version: "3.6"
24+
python_version: ["3.9", "3.10", "3.11", "3.12"]
3025
runs-on: ${{ matrix.os }}
3126

3227
steps:

0 commit comments

Comments
 (0)