We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c0a493 commit 11dc00cCopy full SHA for 11dc00c
2 files changed
.github/workflows/build.yml
@@ -11,10 +11,10 @@ jobs:
11
runs-on: ubuntu-22.04
12
steps:
13
- uses: actions/checkout@v3
14
- - name: Set up Python 3.13
+ - name: Set up Python 3.10
15
uses: actions/setup-python@v4
16
with:
17
- python-version: 3.13
+ python-version: 3.10
18
- name: Install dependencies
19
run: |
20
pip install --upgrade pip
.github/workflows/release.yml
@@ -7,10 +7,10 @@ jobs:
7
8
9
10
0 commit comments