Skip to content

Commit

Permalink
Drop 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Saecker committed Feb 29, 2024
1 parent 2a12246 commit 44429cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-20.04]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ jobs:
- os: ubuntu-latest
build: "cp*-musllinux_x86_64"
name: Linux Intel musl 64-bit
- os: ubuntu-latest
build: "cp36-manylinux_aarch64"
name: Linux Aarch64 3.6
- os: ubuntu-latest
build: "cp37-manylinux_aarch64"
name: Linux Aarch64 3.7
Expand Down

0 comments on commit 44429cf

Please sign in to comment.