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 43b264f commit 9e0a3b6Copy full SHA for 9e0a3b6
.github/workflows/main.yml
@@ -14,10 +14,10 @@ jobs:
14
- uses: actions/checkout@v2
15
16
# Install dependencies
17
- - name: Set up Python 3.9
+ - name: Set up Python 3.11
18
uses: actions/setup-python@v1
19
with:
20
- python-version: 3.9
+ python-version: 3.11
21
22
- name: Install dependencies
23
run: |
@@ -44,10 +44,10 @@ jobs:
44
45
46
47
48
49
50
51
52
53
0 commit comments