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 ecfaa30 commit a9cf3a6Copy full SHA for a9cf3a6
.github/workflows/tests.yml
@@ -57,6 +57,15 @@ jobs:
57
matrix:
58
os: [ubuntu-latest, windows-latest, macos-latest]
59
pyversion: [">=3.8", "3.8"]
60
+ include:
61
+ - os: macos-latest
62
+ pyversion: "3.13.2"
63
64
+ pyversion: "3.13.1"
65
66
+ pyversion: "3.13.0"
67
68
+ pyversion: "3.12"
69
70
steps:
71
- uses: actions/checkout@v4
0 commit comments