Start testing on python 3.13 (#938)

This commit is contained in:
J. Nick Koston 2024-08-29 11:25:27 -10:00 committed by GitHub
parent bcfca39c5d
commit 059af0e000
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,6 +25,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
os:
- ubuntu-latest
- windows-latest
@ -39,12 +40,16 @@ jobs:
os: windows-latest
- python-version: "3.11"
os: windows-latest
- python-version: "3.13"
os: windows-latest
- python-version: "3.9"
os: macos-latest
- python-version: "3.10"
os: macos-latest
- python-version: "3.11"
os: macos-latest
- python-version: "3.13"
os: macos-lates
- extension: "use_cython"
os: windows-latest
- extension: "use_cython"
@ -56,6 +61,7 @@ jobs:
id: python
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: Get pip cache dir
id: pip-cache