Skip to content

Commit b0696a7

Browse files
authoredMar 12, 2025··
Merge pull request #96 from NatalyaGrigoreva/new-dev-3.0
New package version
2 parents 64b0b17 + 801c7db commit b0696a7

File tree

212 files changed

+9555
-11279
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

212 files changed

+9555
-11279
lines changed
 

‎.github/workflows/python-publish.yml

+1-1
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

+4-2
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
@@ -39,7 +40,7 @@ jobs:
3940
python-version: ${{ matrix.python-version }}
4041
- name: Install poetry
4142
run: |
42-
python -m pip install --upgrade pip poetry==1.8.2 pre-commit
43+
python -m pip install --upgrade pip poetry==1.8.4 pre-commit
4344
poetry config virtualenvs.create false --local
4445
- name: Install dependencies
4546
run: poetry install --all-extras
@@ -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"
@@ -87,7 +89,7 @@ jobs:
8789
python-version: ${{ matrix.python-version }}
8890
- name: Install poetry
8991
run: |
90-
python -m pip install --upgrade pip poetry==1.8.2 pre-commit
92+
python -m pip install --upgrade pip poetry==1.8.4 pre-commit
9193
poetry config virtualenvs.create false --local
9294
- name: Install dependencies
9395
run: poetry install --all-extras

0 commit comments

Comments
 (0)
Please sign in to comment.