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 db93f41 commit 6fdeab1Copy full SHA for 6fdeab1
.github/workflows/ci.yml
@@ -11,10 +11,10 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v2
14
- - name: Set up Python 3.8
+ - name: Set up Python 3.11
15
uses: actions/setup-python@v1
16
with:
17
- python-version: 3.8
+ python-version: "3.11"
18
- name: Install dependencies
19
run: python -m pip install --upgrade pip setuptools tox
20
- name: Run checks
0 commit comments