Skip to content

Commit

Permalink
Limit to less than Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
utf committed Oct 11, 2023
1 parent d1d4b08 commit 4bdd406
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.10'
cache: pip
cache-dependency-path: requirements.txt

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.10'
cache: pip
cache-dependency-path: requirements.txt

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4bdd406

Please sign in to comment.