Skip to content

Commit d2139fb

Browse files
committed
Replace 3.12-dev with 3.12 and 'allow-prereleases: true'
1 parent bc6b718 commit d2139fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12-dev"]
16+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818
steps:
1919
- uses: actions/checkout@v3
2020
- name: Set up Python ${{ matrix.python-version }}
2121
uses: actions/setup-python@v4
2222
with:
2323
python-version: ${{ matrix.python-version }}
24+
allow-prereleases: true
2425
cache: pip
2526
cache-dependency-path: .github/workflows/tests.yml
2627
- name: Upgrade pip

0 commit comments

Comments
 (0)