Skip to content

Commit

Permalink
CI: Update host OS version, add Python 3.13 (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH authored Sep 9, 2024
1 parent 2d67b4c commit 18a6ec2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ jobs:
include:
- os: ubuntu-latest
name: linux-x86_64
- os: windows-2019
- os: windows-latest
name: windows-amd64
- os: macos-11
- os: macos-13
name: macos-x86_64
macos_arch: "x86_64"
- os: macos-11
- os: macos-14
name: macos-arm64
macos_arch: "arm64"

Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/test.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: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
os: [ubuntu-latest, macos-latest, windows-latest]
compile: [true, false]
include:
Expand All @@ -46,6 +46,8 @@ jobs:
# still working on ci test errors
- os: windows-latest
python-version: "3.12"
- compile: true
python-version: "3.13"

test-qt:
name: Test Qt
Expand All @@ -71,7 +73,7 @@ jobs:
include:
- os: macos-13
qt: PySide2

upload_coverage:
if: always()
needs: [test, test-qt]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ test = [
"pytest>=6.0",
"pytest-cov",
"wrapt",
"msgspec",
"msgspec; python_version < '3.13'",
"toolz",
]
testqt = ["pytest-qt", "qtpy"]
Expand Down

0 comments on commit 18a6ec2

Please sign in to comment.