Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seowings authored Oct 23, 2023
1 parent 16c2b6f commit d71ffb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
strategy:
matrix:
python-version: [3.8, 3.9, "3.10", "3.11", "3.12.0-beta.4"]
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]

runs-on: ubuntu-latest

Expand All @@ -31,6 +31,7 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true

- name: Install dependencies
run: |
Expand Down

0 comments on commit d71ffb7

Please sign in to comment.