We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ca795 commit 7980b46Copy full SHA for 7980b46
1 file changed
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- python-version: ['3.10', '3.11', '3.12']
+ python-version: ['3.12']
15
16
steps:
17
- uses: actions/checkout@v4
@@ -59,7 +59,7 @@ jobs:
59
- name: Set up Python
60
uses: actions/setup-python@v4
61
with:
62
- python-version: '3.11'
+ python-version: '3.12'
63
64
- name: Install dependencies
65
run: |
0 commit comments