Skip to content

Commit

Permalink
ci: run release step on python 3.10
Browse files Browse the repository at this point in the history
hatch dropped support for Python 3.7 last year (pypa/hatch@323bb15)
  • Loading branch information
iisakkirotko committed Dec 5, 2024
1 parent 334c779 commit 79be9ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -709,10 +709,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Python 3.7
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: "3.10"

- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 79be9ed

Please sign in to comment.