Skip to content

Commit

Permalink
remove python 3.13 support as grpcio-tools fails to install
Browse files Browse the repository at this point in the history
  • Loading branch information
vcidst committed Oct 22, 2024
1 parent 06088c4 commit 31eaf68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: [3.8, 3.9, '3.10', '3.11', '3.12', '3.13']
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']

steps:
- name: Checkout git repository 🕝
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ target-version = "py38"
exclude = [ "rasa_sdk/grpc_py", "eggs", ".git", ".pytest_cache", "build", "dist", ".DS_Store",]

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

0 comments on commit 31eaf68

Please sign in to comment.