Skip to content

Commit 90df53d

Browse files
ci: run tests on Python 3.11 only
1 parent 5c18158 commit 90df53d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
strategy:
5353
matrix:
54-
python-version: ['3.10', '3.11']
54+
python-version: ['3.11']
5555

5656
steps:
5757
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)