Skip to content

Commit

Permalink
bump Python to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Aug 7, 2020
1 parent 5692cba commit 2fa729d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 54 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ poetry run test

You can learn more about this project throguh the documentation in the [docs](./docs) folder and on [our Wiki](https://github.com/anitab-org/mentorship-backend/wiki).

- **Language:** Python 3.6
- **Language:** Python 3.8
- **Framework:** [Flask](http://flask.pocoo.org/)
- **Flask Extensions:** [Flask-RESTX](https://flask-restx.readthedocs.io/en/latest/), [Flask-SQLAlchemy](http://flask-sqlalchemy.pocoo.org), [Flask-JWT-Extended](https://flask-jwt-extended.readthedocs.io/en/latest/), [Flask-Mail](https://pythonhosted.org/Flask-Mail)

Expand Down
54 changes: 2 additions & 52 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.6"
python = "^3.8"
alembic = "^1.4.2"
APScheduler = "^3.5.1"
click = "^6.7"
Expand Down

0 comments on commit 2fa729d

Please sign in to comment.