Skip to content

Commit eae9c78

Browse files
committed
Removed 3.10 from tox and upgraded requirements-dev.txt becasue of higher versions in lint.sh
1 parent ab82cbe commit eae9c78

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

requirements-dev.txt

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
-e .
22

3-
pytest~=6.2.0
4-
pytest-cov~=2.11.0
5-
pytest-randomly~=3.1.0
6-
black>=20.8b1
7-
isort~=5.7.0
8-
flake8~=3.8.0
3+
pytest>=6.2.0
4+
pytest-cov>=2.11.0
5+
pytest-randomly>=3.1.0
6+
black>=25.1.0
7+
isort>=5.7.0
8+
flake8>=7.2.0
9+
tox>=4.25.0

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ filterwarnings =
99
ignore:.*test class 'TestRunner'.*:Warning
1010

1111
[mypy]
12-
python_version = 3.12
12+
python_version = 1.15.0
1313
ignore_missing_imports = True

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py310,py312,cov-report
2+
envlist = py313,cov-report
33
skip_missing_interpreters = true
44

55

0 commit comments

Comments
 (0)