Skip to content

Commit

Permalink
python 3.11 поднялся
Browse files Browse the repository at this point in the history
  • Loading branch information
KAnanev committed Aug 5, 2023
1 parent a629a74 commit cac2038
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 137 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
# we want to test our package on several versions of Python
python-version: ['3.10']
python-version: ['3.11']
services:
postgres:
image: postgres:latest
Expand Down
135 changes: 1 addition & 134 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ psycopg = "^3.1.9"
pydantic = "^2.0"
requests = "^2.31.0"
beautifulsoup4 = "^4.12.2"
psycopg2-binary = "^2.9.6"


[tool.poetry.group.dev.dependencies]
flake8 = "^6.0.0"
Expand Down

0 comments on commit cac2038

Please sign in to comment.