Skip to content

Commit

Permalink
Update build_and_test.yml
Browse files Browse the repository at this point in the history
removed python 3.6,3.7 support. Added python 3.12-dev
  • Loading branch information
anadrianmanrique authored Jul 25, 2024
1 parent 0960c48 commit 011100f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,11 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10","3.11"]
experimental: [false]
os: [ubuntu-latest]
include:
- python-version: "3.6"
experimental: false
os: ubuntu-20.04
- python-version: "3.11-dev"
- python-version: "3.12-dev"
experimental: true
os: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
Expand Down

0 comments on commit 011100f

Please sign in to comment.