Skip to content

Commit

Permalink
Merge pull request #975 from RasaHQ/ATO-1002-Drop-support-for-Python-…
Browse files Browse the repository at this point in the history
…3.7-in-Rasa-SDK

Drop Python 3.7 Support
  • Loading branch information
vcidst authored May 10, 2023
2 parents 91148a1 + 15bc4c9 commit b50e6bc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 102 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, '3.10']
python-version: [3.8, 3.9, '3.10']

steps:
- name: Checkout git repository 🕝
Expand Down
1 change: 1 addition & 0 deletions changelog/975.removal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Drop support for Python 3.7 as [it is approaching its end of life in June 2023](https://peps.python.org/pep-0537/#lifespan).
103 changes: 3 additions & 100 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 @@ -84,7 +84,7 @@ name = "Miscellaneous internal changes"
showcontent = false

[tool.poetry.dependencies]
python = ">=3.7,<3.11"
python = ">=3.8,<3.11"
coloredlogs = ">=10,<16"
sanic = "^21.12.0"
typing-extensions = ">=4.1.1,<5.0.0"
Expand Down

0 comments on commit b50e6bc

Please sign in to comment.