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 d7fdd62 commit 321f571Copy full SHA for 321f571
.github/workflows/tests.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Set up Python ${{ matrix.python-version }}
36
uses: actions/setup-python@v5
37
with:
38
- python-version: 3.9
+ python-version: "3.11"
39
- name: Install dependencies
40
run: python -m pip install -r requirements/required.txt -r requirements/test.txt
41
- name: Test with pytest
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
+ python-version: "3.9"
52
53
run: python -m pip install -r requirements/minimum.old -r requirements/test.txt
54
0 commit comments