Skip to content

Commit

Permalink
Drop python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fdabrandao committed Feb 20, 2024
1 parent b2589e6 commit 77c5c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
strategy:
matrix:
arch: [aarch64, ppc64le]
build: [cp36-*, cp37-*, cp38-*, cp39-*, cp310-*, cp311-*, cp312-*]
build: [cp37-*, cp38-*, cp39-*, cp310-*, cp311-*, cp312-*]
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 77c5c8c

Please sign in to comment.