Skip to content

Commit

Permalink
chore: issue with poetry installation
Browse files Browse the repository at this point in the history
* (chore): drop support for python3.7 since it produces some issues with
  poetry
  • Loading branch information
nautics889 committed Dec 23, 2023
1 parent 345a78d commit f3c638f
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 198 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
max-parallel: 1
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

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

0 comments on commit f3c638f

Please sign in to comment.