Skip to content

Commit

Permalink
fixup! Test Python 3.13 pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 8, 2023
1 parent 19c67bf commit a79cbf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["pypy3.10", "pypy3.9", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["pypy3.10", "pypy3.9", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

timeout-minutes: 30

Expand Down Expand Up @@ -61,6 +61,7 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: pip
cache-dependency-path: ".github/workflows/test-windows.yml"
allow-prereleases: true

- name: Print build system information
run: python3 .github/workflows/system-info.py
Expand Down

0 comments on commit a79cbf5

Please sign in to comment.