Skip to content

Commit

Permalink
Add support for poetry v2 & drop support for python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
monim67 committed Jan 7, 2025
1 parent 964ffa7 commit e75f449
Show file tree
Hide file tree
Showing 5 changed files with 321 additions and 359 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
needs: pre-build
strategy:
matrix:
python-version: ["3.11", "3.10", "3.9", "3.8"]
python-version: ["3.11", "3.10", "3.9"]
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"configurations": [
{
"name": "Python: Module",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "poetry",
"args": [
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Getting Started
Prerequisites
++++++++++++++++++++

- python = ^3.8
- python = ^3.9
- poetry = ^1.2.0

++++++++++++++++++++
Expand Down
Loading

0 comments on commit e75f449

Please sign in to comment.