Skip to content

Commit

Permalink
CI: Add 3.12 pre-release tests
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Aug 15, 2023
1 parent 835b2fe commit afd6562
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
architecture: ['x64', 'x86']
install: ['pip']
check: ['test']
Expand All @@ -54,6 +54,8 @@ jobs:
architecture: x86
- os: macos-latest
architecture: x86
- python-version: '3.12'
architecture: x86

env:
DEPENDS: ${{ matrix.depends }}
Expand All @@ -72,6 +74,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.architecture }}
allow-prereleases: true
- name: Display Python version
run: python -c "import sys; print(sys.version)"
- name: Create virtual environment
Expand Down

0 comments on commit afd6562

Please sign in to comment.