Skip to content

Commit

Permalink
Add 3.8 and optional 3.12.0-beta.4 tests to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PaarthShah committed Jul 15, 2023
1 parent ed05b01 commit b2e8360
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.9", "3.10", "3.11"]
python: ["3.8", "3.9", "3.10", "3.11", "3.12.0-beta.4"]
include:
- python: "3.12.0-beta.4"
continue-on-error: true

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b2e8360

Please sign in to comment.