Skip to content

Commit

Permalink
Tuodaankin takaisin python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
3nd3r1 committed Nov 23, 2023
1 parent 1df5926 commit 255c4e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.7
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.7"
python-version: "3.10"
- name: Install Poetry
run: pip install poetry==1.1.14
- name: Install dependencies
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["3nd3r1 <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.10"
flask = "^3.0.0"
invoke = "^2.2.0"
flask-sqlalchemy = "^3.1.1"
Expand All @@ -18,13 +18,13 @@ gunicorn = "^21.2.0"


[tool.poetry.dev-dependencies]
pylint = "^2.13.5"
pylint = "^3.0.2"
robotframework = "^6.1.1"
coverage = "^7.2.7"
coverage = "^7.3.2"
pytest = "^7.4.3"
robotframework-seleniumlibrary = "^6.1.3"
requests = "^2.31.0"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"

0 comments on commit 255c4e1

Please sign in to comment.