Skip to content

Commit 8e23aa3

Browse files
NatalyaGrigorevaNatalia Grigoreva
authored andcommitted
add python 3.12
1 parent 4d8f8bd commit 8e23aa3

File tree

5 files changed

+1098
-823
lines changed

5 files changed

+1098
-823
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python 🐍
2020
uses: actions/setup-python@v3
2121
with:
22-
python-version: '3.11'
22+
python-version: '3.12'
2323

2424
- name: Install Hatch 🐣
2525
run: pip install --upgrade pip setuptools wheel twine "hatch==1.7.0"

.github/workflows/testing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- "3.9"
3131
- "3.10"
3232
- "3.11"
33+
- "3.12"
3334

3435
steps:
3536
- uses: actions/checkout@v3
@@ -55,6 +56,7 @@ jobs:
5556
- "3.9"
5657
- "3.10"
5758
- "3.11"
59+
- "3.12"
5860
db-url:
5961
- "sqlite+aiosqlite:///./db.sqlite3"
6062
- "postgresql+asyncpg://user:passwd@localhost:5432/app"

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version: 2
88
build:
99
os: ubuntu-22.04
1010
tools:
11-
python: "3.11"
11+
python: "3.12"
1212
# You can also specify other tool versions:
1313
# nodejs: "20"
1414
# rust: "1.70"

0 commit comments

Comments
 (0)