We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5348d5 commit c69a624Copy full SHA for c69a624
.github/workflows/check.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/checkout@v3
24
- uses: actions/setup-python@v4
25
with:
26
- python-version: '3.8'
+ python-version: '3.13'
27
- name: Install prerequisites
28
run: python -m pip install --upgrade setuptools pip wheel tox
29
- name: Run ${{ matrix.env }}
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
15
16
17
run: |
18
python -m pip install --upgrade pip
0 commit comments