Skip to content

Commit 7980b46

Browse files
committed
Update test.yml
1 parent c5ca795 commit 7980b46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ['3.10', '3.11', '3.12']
14+
python-version: ['3.12']
1515

1616
steps:
1717
- uses: actions/checkout@v4
@@ -59,7 +59,7 @@ jobs:
5959
- name: Set up Python
6060
uses: actions/setup-python@v4
6161
with:
62-
python-version: '3.11'
62+
python-version: '3.12'
6363

6464
- name: Install dependencies
6565
run: |

0 commit comments

Comments
 (0)