Skip to content

Commit 6fdeab1

Browse files
committed
update check job
1 parent db93f41 commit 6fdeab1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14-
- name: Set up Python 3.8
14+
- name: Set up Python 3.11
1515
uses: actions/setup-python@v1
1616
with:
17-
python-version: 3.8
17+
python-version: "3.11"
1818
- name: Install dependencies
1919
run: python -m pip install --upgrade pip setuptools tox
2020
- name: Run checks

0 commit comments

Comments
 (0)