Skip to content

Commit a325b3b

Browse files
committed
SP-1085 Preparing v7.0.0
1 parent 55c3bd9 commit a325b3b

File tree

6 files changed

+304
-334
lines changed

6 files changed

+304
-334
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
python-version: [3.8, 3.9, '3.10', 3.11, 3.12, 3.13]
11+
python-version: [3.9, '3.10', 3.11, 3.12, 3.13]
1212

1313
steps:
1414
- uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-python@v5
1515
with:
16-
python-version: 3.8
16+
python-version: 3.9
1717
- run: |
1818
pip3 install --upgrade build
1919
python -m build

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ requests = "==2.32.3"
99
pydantic = "==2.9.2"
1010

1111
[dev-packages]
12-
black = "==24.8.0"
12+
black = "==24.10.0"
1313
pytest = "==8.3.3"
1414
pytest-mock = "==3.14.0"
15-
mypy = "==1.11.2"
15+
mypy = "==1.13.0"
1616
pytest-mypy-plugins = "==3.1.2"
1717
pytest-cov = "==5.0.0"
1818

0 commit comments

Comments
 (0)