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 96609cc commit 5387dc4Copy full SHA for 5387dc4
.github/workflows/ci.yml
@@ -11,10 +11,10 @@ jobs:
11
12
steps:
13
- uses: actions/checkout@v2
14
- - name: Set up Python 3.8
+ - name: Set up Python 3.12
15
uses: actions/setup-python@v2
16
with:
17
- python-version: 3.8
+ python-version: 3.12
18
- uses: pre-commit/action@v2.0.0
19
20
build:
@@ -24,10 +24,10 @@ jobs:
24
25
26
27
28
29
30
31
- name: Install python dependencies
32
run: |
33
pip install --upgrade pip
0 commit comments