We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 689eb83 commit 6892300Copy full SHA for 6892300
1 file changed
.github/workflows/pytest.yaml
@@ -12,10 +12,10 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v3
15
- - name: Set up Python 3.8
+ - name: Set up Python 3.13
16
uses: actions/setup-python@v3
17
with:
18
- python-version: 3.8
+ python-version: 3.13
19
- name: Install dependencies
20
run: |
21
python -m pip install --upgrade pip
0 commit comments