Skip to content

Commit 07e0bc6

Browse files
committed
Bump Python version to 3.10 in Github workflows
1 parent 7896bc6 commit 07e0bc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-deadcode-on-python38.yml renamed to .github/workflows/check-deadcode-on-python310.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will install Python dependencies, run tests and lint with a single version of Python
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
33

4-
name: Checks deadcode package with Python3.8
4+
name: Checks deadcode package with Python3.10
55

66
on:
77
push:
@@ -19,10 +19,10 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v3
22-
- name: Set up Python 3.8
22+
- name: Set up Python 3.10
2323
uses: actions/setup-python@v3
2424
with:
25-
python-version: "3.8"
25+
python-version: "3.10"
2626
- name: Install dependencies
2727
run: |
2828
make .venv

0 commit comments

Comments
 (0)