Skip to content

Commit 321f571

Browse files
committed
Newer Python version
1 parent d7fdd62 commit 321f571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Python ${{ matrix.python-version }}
3636
uses: actions/setup-python@v5
3737
with:
38-
python-version: 3.9
38+
python-version: "3.11"
3939
- name: Install dependencies
4040
run: python -m pip install -r requirements/required.txt -r requirements/test.txt
4141
- name: Test with pytest
@@ -48,7 +48,7 @@ jobs:
4848
- name: Set up Python ${{ matrix.python-version }}
4949
uses: actions/setup-python@v5
5050
with:
51-
python-version: 3.9
51+
python-version: "3.9"
5252
- name: Install dependencies
5353
run: python -m pip install -r requirements/minimum.old -r requirements/test.txt
5454
- name: Test with pytest

0 commit comments

Comments
 (0)