Skip to content

Commit

Permalink
Update test matrix / docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hkraal committed Jan 7, 2025
1 parent b3b512c commit e3c3019
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 124 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.10', '3.11', '3.12', '3.13']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
include:
- poetry-version: latest

Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
include:
- poetry-version: latest

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ manager.

You need at least:

- Python 3.8+
- Python 3.9+
- [Poetry][poetry-install]

Install all packages, including all development requirements:
Expand Down
Loading

0 comments on commit e3c3019

Please sign in to comment.