Skip to content

Commit 49f99c9

Browse files
committed
feat: add python 3.13
1 parent 920dcf3 commit 49f99c9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-22.04
88
strategy:
99
matrix:
10-
python-version: ["3.9", "3.10", "3.11", "3.12"]
10+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1111

1212
steps:
1313
- name: Setup dependencies

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/ExpressApp/pybotx"
1313

1414

1515
[tool.poetry.dependencies]
16-
python = ">=3.9,<3.13"
16+
python = ">=3.9,<=3.13"
1717

1818
aiofiles = ">=0.7.0,<24.0.0"
1919
httpx = "^0.25.0"

0 commit comments

Comments
 (0)