Skip to content

Commit

Permalink
Replace 3.12-dev with 3.12 and 'allow-prereleases: true'
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Aug 3, 2023
1 parent d114fb6 commit 1cf8ac9
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,14 +13,15 @@ jobs:
strategy:
fail-fast: false
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"]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
cache: pip
cache-dependency-path: .github/workflows/tests.yml
- name: Upgrade pip
Expand Down

0 comments on commit 1cf8ac9

Please sign in to comment.