We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02484da commit 5c58566Copy full SHA for 5c58566
.github/workflows/docs.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Python 🐍
18
uses: actions/setup-python@v4
19
with:
20
- python-version: 3.9
+ python-version: '3.10'
21
architecture: x64
22
cache: 'pip'
23
cache-dependency-path: 'setup.cfg'
.github/workflows/publish-pypi.yaml
@@ -20,7 +20,7 @@ jobs:
24
25
26
.github/workflows/test.yaml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
32
33
0 commit comments