Skip to content

Commit

Permalink
Allow pre-releases to remove '-dev' suffix (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored May 2, 2023
2 parents bcc9ff5 + 1033889 commit b142c70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["pypy3.9", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
python-version: ["pypy3.9", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
os: [macos-latest, ubuntu-latest]

steps:
Expand All @@ -21,6 +21,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
cache: pip
cache-dependency-path: pyproject.toml

Expand Down

0 comments on commit b142c70

Please sign in to comment.