Skip to content

Commit

Permalink
Merge pull request #143 from exonet/hkr-1736252519-poetry
Browse files Browse the repository at this point in the history
Upgrade to poetry 2.0
  • Loading branch information
robbinjanssen authored Jan 7, 2025
2 parents 479b2c1 + e3c3019 commit af6dec7
Show file tree
Hide file tree
Showing 5 changed files with 399 additions and 294 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.9', '3.10', '3.11']
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 .github/workflows/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pip==24.3.1
poetry==1.8.5
poetry==2.0.0
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 af6dec7

Please sign in to comment.