File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ repos:
11
11
- id : check-toml
12
12
- id : check-yaml
13
13
- repo : https://github.com/asottile/pyupgrade
14
- rev : v3.8 .0
14
+ rev : v3.14 .0
15
15
hooks :
16
16
- id : pyupgrade
17
17
args : [--py36-plus]
18
18
- repo : https://github.com/adamchainz/django-upgrade
19
- rev : 1.14 .0
19
+ rev : 1.15 .0
20
20
hooks :
21
21
- id : django-upgrade
22
22
args : [--target-version, "3.2"]
@@ -30,14 +30,14 @@ repos:
30
30
- id : rst-backticks
31
31
- id : rst-directive-colons
32
32
- repo : https://github.com/asottile/setup-cfg-fmt
33
- rev : v2.4 .0
33
+ rev : v2.5 .0
34
34
hooks :
35
35
- id : setup-cfg-fmt
36
36
- repo : https://github.com/tox-dev/pyproject-fmt
37
- rev : " 0.12.1 "
37
+ rev : " 1.2.0 "
38
38
hooks :
39
39
- id : pyproject-fmt
40
40
- repo : https://github.com/tox-dev/tox-ini-fmt
41
- rev : " 1.2.0 "
41
+ rev : " 1.3.1 "
42
42
hooks :
43
43
- id : tox-ini-fmt
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ classifiers =[
24
24
" Operating System :: OS Independent" ,
25
25
" Programming Language :: Python" ,
26
26
" Programming Language :: Python :: 3 :: Only" ,
27
- " Programming Language :: Python :: 3.6" ,
28
27
" Programming Language :: Python :: 3.7" ,
29
28
" Programming Language :: Python :: 3.8" ,
30
29
" Programming Language :: Python :: 3.9" ,
31
30
" Programming Language :: Python :: 3.10" ,
32
31
" Programming Language :: Python :: 3.11" ,
32
+ " Programming Language :: Python :: 3.12" ,
33
33
" Topic :: Software Development :: Libraries" ,
34
34
" Topic :: Software Development :: Libraries :: Python Modules" ,
35
35
]
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ env_list =
6
6
py3{11, 10, 9, 8}-dj41
7
7
py3{10, 9, 8}-dj32
8
8
py3{12, 11, 10}-djmain
9
- isolated_build = true
10
9
11
10
[testenv]
12
11
package = wheel
You can’t perform that action at this time.
0 commit comments