Skip to content

Commit 94a7945

Browse files
committed
.github/workflows/pytest: Update python test versions
1 parent d141b6b commit 94a7945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
python-version: ['3.7', '3.9', '3.x']
9+
python-version: ['3.9', '3.11', '3.x']
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)