Commit a2c6af5 1 parent dbd83d7 commit a2c6af5 Copy full SHA for a2c6af5
File tree 7 files changed +6
-26
lines changed
7 files changed +6
-26
lines changed Original file line number Diff line number Diff line change 9
9
include = ' \.pyi?$'
10
10
line-length = 100
11
11
skip-string-normalization = true
12
- target-version = [' py38 ' , ' py39' , ' py310' ]
12
+ target-version = [' py39' , ' py310' ]
Original file line number Diff line number Diff line change 28
28
strategy :
29
29
matrix :
30
30
python_version :
31
- - " 3.8"
32
31
- " 3.9"
33
32
- " 3.10"
34
33
73
72
strategy :
74
73
matrix :
75
74
python_version :
76
- - " 3.8"
77
75
- " 3.9"
78
76
- " 3.10"
79
77
@@ -138,7 +136,7 @@ jobs:
138
136
139
137
- name : Check that compiled Python dependency manifests are up-to-date with their sources
140
138
# FIXME: There are issues related to testing with multiple Python versions.
141
- if : ${{ startsWith(steps.set_up_python.outputs.python-version, '3.8 .') }}
139
+ if : ${{ startsWith(steps.set_up_python.outputs.python-version, '3.9 .') }}
142
140
run : |
143
141
source "$PYTHON_VIRTUALENV_ACTIVATE"
144
142
make python-deps-sync-check
Original file line number Diff line number Diff line change 1
1
[mypy]
2
- python_version = 3.8
2
+ python_version = 3.9
3
3
platform = linux
4
4
mypy_path =
5
5
src
Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ classifiers = [
43
43
" License :: OSI Approved :: MIT License" ,
44
44
" Natural Language :: English" ,
45
45
" Programming Language :: Python :: 3" ,
46
- " Programming Language :: Python :: 3.8" ,
47
46
" Programming Language :: Python :: 3.9" ,
48
47
" Programming Language :: Python :: 3.10" ,
49
48
]
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.8
2
+ # This file is autogenerated by pip-compile with Python 3.9
3
3
# by the following command:
4
4
#
5
5
# pip-compile --allow-unsafe --strip-extras requirements-dev.in
@@ -182,7 +182,6 @@ typing-extensions==4.12.2
182
182
# -c requirements.txt
183
183
# black
184
184
# mypy
185
- # rich
186
185
# tox
187
186
# types-lxml
188
187
urllib3 == 1.26.19
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.8
2
+ # This file is autogenerated by pip-compile with Python 3.9
3
3
# by the following command:
4
4
#
5
5
# pip-compile --allow-unsafe --strip-extras requirements.in
@@ -12,11 +12,6 @@ attrs==23.2.0
12
12
# via
13
13
# jsonschema
14
14
# referencing
15
- backports-zoneinfo == 0.2.1 ; python_version < "3.9"
16
- # via
17
- # -r requirements.in
18
- # django
19
- # djangorestframework
20
15
certifi == 2024.7.4
21
16
# via signxml
22
17
cffi == 1.16.0
@@ -39,10 +34,6 @@ djangorestframework==3.15.2
39
34
# via -r requirements.in
40
35
importlib-metadata == 8.5.0
41
36
# via -r requirements.in
42
- importlib-resources == 6.4.0
43
- # via
44
- # jsonschema
45
- # jsonschema-specifications
46
37
jsonschema == 4.23.0
47
38
# via -r requirements.in
48
39
jsonschema-specifications == 2023.12.1
@@ -55,8 +46,6 @@ marshmallow==3.22.0
55
46
# via -r requirements.in
56
47
packaging == 24.1
57
48
# via marshmallow
58
- pkgutil-resolve-name == 1.3.10
59
- # via jsonschema
60
49
pycparser == 2.22
61
50
# via cffi
62
51
pydantic == 2.10.6
@@ -82,12 +71,9 @@ sqlparse==0.5.0
82
71
typing-extensions == 4.12.2
83
72
# via
84
73
# -r requirements.in
85
- # annotated-types
86
74
# asgiref
87
75
# pydantic
88
76
# pydantic-core
89
77
# pyopenssl
90
78
zipp == 3.20.2
91
- # via
92
- # importlib-metadata
93
- # importlib-resources
79
+ # via importlib-metadata
Original file line number Diff line number Diff line change 1
1
[tox]
2
2
envlist =
3
- py38,
4
3
py39,
5
4
py310,
6
5
12
11
-r{toxinidir}/requirements.txt
13
12
-r{toxinidir}/requirements-dev.txt
14
13
basepython =
15
- py38: python3.8
16
14
py39: python3.9
17
15
py310: python3.10
You can’t perform that action at this time.
0 commit comments