Skip to content

Commit

Permalink
feat: test pre-release of python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Sep 16, 2023
1 parent ebd563d commit cc414fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.11", "3.10", 3.9, 3.8, pypy-3.9]
python-version: ["3.12.0-beta.2", "3.11", "3.10", 3.9, 3.8, pypy-3.9]
os: ["ubuntu-22.04"]
include:
- os: "ubuntu-latest"
Expand Down

0 comments on commit cc414fb

Please sign in to comment.