We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db5c27 commit 6abd055Copy full SHA for 6abd055
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
test:
11
strategy:
12
matrix:
13
- python-version: ['3.10', '3.11', '3.12'] # Specify the Python versions you want to test against
+ python-version: ['3.12'] # Specify the Python versions you want to test against
14
os: [ubuntu-latest, windows-latest]
15
name: Python ${{ matrix.python-version }} - ${{ matrix.os }}
16
runs-on: ${{ matrix.os }}
0 commit comments