Skip to content

Commit 79beb01

Browse files
feat:bump python and pybotx
1 parent 9c58249 commit 79beb01

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/tests.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: Tests
22
on: push
33
env:
4-
BOT_CREDENTIALS: example.ru@6d624b45b67f843322ebaa1143132a24@7a1c7744-23c9-4ba9-a7dc-5381f090a52d
5-
REDIS_DSN: redis://localhost:6379/0
6-
POSTGRES_DSN: postgresql://postgres:postgres@localhost:5432/postgres
7-
SMARTLOG_DEBUG_HUIDS: 7d8eac87-8fc8-452c-9d57-34f988475368
8-
poetry_version: "1.5.0"
9-
project_name: "bot-example"
10-
PROD_SERVER_HOST: "prod.example.com"
11-
DEV_SERVER_HOST: "dev.example.com"
12-
BOTS_REGISTRY_URL: "registry.example.com/bots/"
4+
BOT_CREDENTIALS: example.ru@6d624b45b67f843322ebaa1143132a24@7a1c7744-23c9-4ba9-a7dc-5381f090a52d
5+
REDIS_DSN: redis://localhost:6379/0
6+
POSTGRES_DSN: postgresql://postgres:postgres@localhost:5432/postgres
7+
SMARTLOG_DEBUG_HUIDS: 7d8eac87-8fc8-452c-9d57-34f988475368
8+
poetry_version: "1.5.0"
9+
project_name: "bot-example"
10+
PROD_SERVER_HOST: "prod.example.com"
11+
DEV_SERVER_HOST: "dev.example.com"
12+
BOTS_REGISTRY_URL: "registry.example.com/bots/"
1313

1414
jobs:
1515
test-image:
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-22.04
3838
strategy:
3939
matrix:
40-
python-version: [ "3.8", "3.9", "3.10", "3.11"]
40+
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
4141

4242
services:
4343
postgres:
@@ -113,7 +113,7 @@ jobs:
113113
runs-on: ubuntu-22.04
114114
strategy:
115115
matrix:
116-
python-version: ["3.8", "3.9", "3.10", "3.11"]
116+
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
117117

118118
steps:
119119
- name: Checkout

pyproject.toml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ authors = []
88

99

1010
[tool.poetry.dependencies]
11-
python = ">=3.8,<3.12"
11+
python = ">=3.9,<=3.13"
1212

13-
pybotx = "~0.73.4"
13+
pybotx = "~0.75.0"
1414
pybotx-smart-logger = "~0.10.1"
1515
{% if add_fsm %}
1616
pybotx-fsm = "~0.4.12"

0 commit comments

Comments
 (0)