Skip to content

Commit

Permalink
Remove -dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Dec 21, 2023
1 parent 08a00dc commit 2970e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build_ubuntu:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12-dev"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
name: ${{ matrix.python-version }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 2970e3c

Please sign in to comment.