Skip to content

Commit dd1ded5

Browse files
committed
🛠️️ Remove Python 3.6, 3.7 from CI
1 parent ee78ca2 commit dd1ded5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fail-fast: false
4141
matrix:
4242
os: [" ubuntu-22.04", "macos-latest", "windows-latest"]
43-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
43+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
4444
defaults:
4545
run:
4646
shell: bash # required for windows
@@ -73,7 +73,7 @@ jobs:
7373
fail-fast: false
7474
matrix:
7575
os: [" ubuntu-22.04", "macos-latest", "windows-latest"]
76-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
76+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
7777
defaults:
7878
run:
7979
shell: bash # required for windows

0 commit comments

Comments
 (0)