Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 14007d4

Browse files
committed
Use latest version for lint and publish
1 parent d2dc1e2 commit 14007d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v2
1818
with:
19-
python-version: 3.10
19+
python-version: 3.11
2020

2121
- name: Install Hatch
2222
run: pip install --upgrade --pre hatch

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: pip install --upgrade --pre hatch
3636

3737
# run linter only on 1 py version
38-
- if: matrix.python-version == '3.10'
38+
- if: matrix.python-version == '3.11'
3939
name: Lint
4040
run: hatch run dev:lint
4141

0 commit comments

Comments
 (0)