We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d141b6b commit 94a7945Copy full SHA for 94a7945
.github/workflows/pytest.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
strategy:
8
matrix:
9
- python-version: ['3.7', '3.9', '3.x']
+ python-version: ['3.9', '3.11', '3.x']
10
steps:
11
- uses: actions/checkout@v4
12
- name: Set up Python ${{ matrix.python-version }}
0 commit comments