We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7896bc6 commit 07e0bc6Copy full SHA for 07e0bc6
.github/workflows/check-deadcode-on-python38.yml renamed to .github/workflows/check-deadcode-on-python310.yml
@@ -1,7 +1,7 @@
1
# This workflow will install Python dependencies, run tests and lint with a single version of Python
2
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
3
4
-name: Checks deadcode package with Python3.8
+name: Checks deadcode package with Python3.10
5
6
on:
7
push:
@@ -19,10 +19,10 @@ jobs:
19
20
steps:
21
- uses: actions/checkout@v3
22
- - name: Set up Python 3.8
+ - name: Set up Python 3.10
23
uses: actions/setup-python@v3
24
with:
25
- python-version: "3.8"
+ python-version: "3.10"
26
- name: Install dependencies
27
run: |
28
make .venv
0 commit comments