Skip to content

Commit

Permalink
Downgrade some python versions used in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Laerte committed Oct 31, 2024
1 parent 849ece8 commit 7ad27c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:
- python-version: "3.13"
env:
TOXENV: docs
- python-version: "3.13"
- python-version: "3.10"
env:
TOXENV: linter
- python-version: "3.13"
- python-version: "3.10"
env:
TOXENV: twinecheck

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.13
python-version: 3.10
- run: |
pip install --upgrade build twine
python -m build
Expand Down

0 comments on commit 7ad27c5

Please sign in to comment.