Skip to content

Commit

Permalink
🛠️️ Remove Python 3.6, 3.7 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobronium committed Dec 19, 2024
1 parent ee78ca2 commit dd1ded5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
fail-fast: false
matrix:
os: [" ubuntu-22.04", "macos-latest", "windows-latest"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
defaults:
run:
shell: bash # required for windows
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
fail-fast: false
matrix:
os: [" ubuntu-22.04", "macos-latest", "windows-latest"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
defaults:
run:
shell: bash # required for windows
Expand Down

0 comments on commit dd1ded5

Please sign in to comment.