We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b214b commit 89531e2Copy full SHA for 89531e2
.github/workflows/tests.yaml
@@ -23,11 +23,9 @@ jobs:
23
- os: macos-latest
24
python-version: '3.10'
25
26
- python-version: 3.9
+ python-version: '3.12'
27
28
- python-version: '3.11'
29
- - os: macos-latest
30
- python-version: 'pypy-3.8'
+ python-version: 'pypy-3.9'
31
runs-on: ${{ matrix.os }}
32
name: ${{ matrix.os }} @ ${{ matrix.python-version }}
33
steps:
pyproject.toml
@@ -40,4 +40,3 @@ build-verbosity = 3
40
test-requires = "pytest"
41
test-command = "pytest {package}/tests"
42
test-skip = "*-win_arm64"
43
-skip = "*t-win*" # Skip free-threaded Python builds on Windows
0 commit comments