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 4e352f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ jobs:
fail-fast: false
matrix:
include:
- python-version: "3.13"
- python-version: "3.11"
env:
TOXENV: docs
- python-version: "3.13"
- python-version: "3.11"
env:
TOXENV: linter
- python-version: "3.13"
- python-version: "3.11"
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.11
- run: |
pip install --upgrade build twine
python -m build
Expand Down

0 comments on commit 4e352f8

Please sign in to comment.