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 3198d92 commit 7e767d7Copy full SHA for 7e767d7
.github/workflows/tests.yml
@@ -43,10 +43,10 @@ jobs:
43
tox-env: ["black", "lint", "docs"]
44
steps:
45
- uses: actions/checkout@v2
46
- - name: Set up Python 3.9
+ - name: Set up Python 3.10
47
uses: actions/setup-python@v2
48
with:
49
- python-version: 3.9
+ python-version: 3.10
50
- name: Install dependencies
51
run: |
52
python -m pip install --upgrade pip
0 commit comments