We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd5faa commit e5e784dCopy full SHA for e5e784d
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
16
- python: ['3.10', 3.11, 3.12]
+ python: [3.11, 3.12, 3.13]
17
env:
18
OS: ${{ matrix.os }}
19
PYTHON: ${{ matrix.python }}
0 commit comments