Skip to content

Commit

Permalink
Bump python to >=3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ddobie committed Sep 27, 2024
1 parent c2809f4 commit 2264350
Show file tree
Hide file tree
Showing 4 changed files with 1,631 additions and 1,562 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.10
- uses: Gr1N/setup-poetry@v8
- name: Cache Python dependencies
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: ['3.8', '3.9', '3.10']
python_version: ['3.10']

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

0 comments on commit 2264350

Please sign in to comment.