File tree Expand file tree Collapse file tree 11 files changed +30
-24
lines changed Expand file tree Collapse file tree 11 files changed +30
-24
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Checkout 🛎️
20
- uses : " actions/checkout@v3 "
20
+ uses : " actions/checkout@v4 "
21
21
22
22
- name : Check for changed files
23
23
uses : dorny/paths-filter@v2
Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Checkout 🛎️
23
- uses : " actions/checkout@v3 "
23
+ uses : " actions/checkout@v4 "
24
24
25
25
- name : Check for changed files
26
26
uses : dorny/paths-filter@v2
33
33
34
34
- name : Setup Python 🐍
35
35
if : steps.changes.outputs.code == 'true'
36
- uses : " actions/setup-python@v4 "
36
+ uses : " actions/setup-python@v5 "
37
37
with :
38
38
python-version : " 3.8"
39
39
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Checkout 🛎️
28
- uses : " actions/checkout@v3 "
28
+ uses : " actions/checkout@v4 "
29
29
30
30
- name : Check for changed files
31
31
uses : dorny/paths-filter@v2
38
38
39
39
- name : Setup Python 🐍
40
40
if : steps.changes.outputs.code == 'true'
41
- uses : " actions/setup-python@v4 "
41
+ uses : " actions/setup-python@v5 "
42
42
with :
43
43
python-version : " 3.8"
44
44
Original file line number Diff line number Diff line change 38
38
39
39
steps :
40
40
- name : Checkout 🛎️
41
- uses : " actions/checkout@v3 "
41
+ uses : " actions/checkout@v4 "
42
42
43
43
- name : Check for changed files
44
44
if : startsWith(github.ref, 'refs/tags/') != true
53
53
- name : Setup Python 🐍
54
54
id : setup-python
55
55
if : ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
56
- uses : " actions/setup-python@v4 "
56
+ uses : " actions/setup-python@v5 "
57
57
with :
58
58
python-version : " ${{ matrix.config.python-version }}"
59
59
Original file line number Diff line number Diff line change 39
39
40
40
steps :
41
41
- name : Checkout 🛎️
42
- uses : " actions/checkout@v3 "
42
+ uses : " actions/checkout@v4 "
43
43
44
44
- name : Check for changed files
45
45
if : startsWith(github.ref, 'refs/tags/') != true
54
54
- name : Setup Python 🐍
55
55
id : setup-python
56
56
if : ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
57
- uses : " actions/setup-python@v4 "
57
+ uses : " actions/setup-python@v5 "
58
58
with :
59
59
python-version : " ${{ matrix.config.python-version }}"
60
60
@@ -84,10 +84,10 @@ jobs:
84
84
runs-on : " ubuntu-20.04"
85
85
steps :
86
86
- name : Checkout 🛎️
87
- uses : " actions/checkout@v3 "
87
+ uses : " actions/checkout@v4 "
88
88
89
89
- name : Setup Python 🐍
90
- uses : " actions/setup-python@v4 "
90
+ uses : " actions/setup-python@v5 "
91
91
with :
92
92
python-version : 3.8
93
93
@@ -133,11 +133,11 @@ jobs:
133
133
runs-on : " ubuntu-20.04"
134
134
steps :
135
135
- name : Checkout 🛎️
136
- uses : " actions/checkout@v3 "
136
+ uses : " actions/checkout@v4 "
137
137
if : startsWith(github.ref, 'refs/tags/')
138
138
139
139
- name : Setup Python 🐍
140
- uses : " actions/setup-python@v4 "
140
+ uses : " actions/setup-python@v5 "
141
141
if : startsWith(github.ref, 'refs/tags/')
142
142
with :
143
143
python-version : 3.8
Original file line number Diff line number Diff line change 38
38
39
39
steps :
40
40
- name : Checkout 🛎️
41
- uses : " actions/checkout@v3 "
41
+ uses : " actions/checkout@v4 "
42
42
43
43
- name : Check for changed files
44
44
if : startsWith(github.ref, 'refs/tags/') != true
53
53
- name : Setup Python 🐍
54
54
id : setup-python
55
55
if : ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
56
- uses : " actions/setup-python@v4 "
56
+ uses : " actions/setup-python@v5 "
57
57
with :
58
58
python-version : " ${{ matrix.config.python-version }}"
59
59
Original file line number Diff line number Diff line change 8
8
9
9
repos :
10
10
- repo : https://github.com/repo-helper/pyproject-parser
11
- rev : v0.9.0
11
+ rev : v0.9.1
12
12
hooks :
13
13
- id : reformat-pyproject
14
14
@@ -43,13 +43,13 @@ repos:
43
43
- id : bind-requirements
44
44
45
45
- repo : https://github.com/domdfcoding/flake8-dunder-all
46
- rev : v0.3.0
46
+ rev : v0.3.1
47
47
hooks :
48
48
- id : ensure-dunder-all
49
49
files : ^tox_recreate_hook/.*\.py$
50
50
51
51
- repo : https://github.com/domdfcoding/flake2lint
52
- rev : v0.4.2
52
+ rev : v0.4.3
53
53
hooks :
54
54
- id : flake2lint
55
55
@@ -76,18 +76,18 @@ repos:
76
76
- id : forbid-crlf
77
77
78
78
- repo : https://github.com/python-formate/snippet-fmt
79
- rev : v0.1.4
79
+ rev : v0.1.5
80
80
hooks :
81
81
- id : snippet-fmt
82
82
83
83
- repo : https://github.com/python-formate/formate
84
- rev : v0.5 .0
84
+ rev : v0.7 .0
85
85
hooks :
86
86
- id : formate
87
87
exclude : ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
88
88
89
89
- repo : https://github.com/domdfcoding/dep_checker
90
- rev : v0.7.1
90
+ rev : v0.8.0
91
91
hooks :
92
92
- id : dep_checker
93
93
args :
Original file line number Diff line number Diff line change 19
19
jobs :
20
20
post_create_environment :
21
21
- pip install .
22
+ post_install :
23
+ - pip install sphinxcontrib-applehelp==1.0.4 sphinxcontrib-devhelp==1.0.2 sphinxcontrib-htmlhelp==2.0.1
24
+ sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ tox-recreate-hook
99
99
:target: https://github.com/python-coincidence/tox-recreate-hook/commit/master
100
100
:alt: GitHub last commit
101
101
102
- .. |maintained | image :: https://img.shields.io/maintenance/yes/2023
102
+ .. |maintained | image :: https://img.shields.io/maintenance/yes/2024
103
103
:alt: Maintenance
104
104
105
105
.. |pypi-downloads | image :: https://img.shields.io/pypi/dm/tox-recreate-hook
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ tox-recreate-hook
104
104
:last-commit:
105
105
:alt: GitHub last commit
106
106
107
- .. |maintained | maintained-shield :: 2023
107
+ .. |maintained | maintained-shield :: 2024
108
108
:alt: Maintenance
109
109
110
110
.. |pypi-downloads | pypi-shield ::
Original file line number Diff line number Diff line change 4
4
# * envlists
5
5
# * testenv
6
6
# * testenv:.package
7
+ # * testenv:py313-dev
7
8
# * testenv:py312-dev
9
+ # * testenv:py312
8
10
# * testenv:docs
9
11
# * testenv:build
10
12
# * testenv:lint
@@ -76,7 +78,8 @@ changedir = {toxinidir}
76
78
deps =
77
79
build[virtualenv]>=0.3.1
78
80
check-wheel-contents>=0.1.0
79
- twine>=3.2.0
81
+ twine>=3.2.0; python_version < "3.13"
82
+ twine@git+https://github.com/pypa/twine; python_version >= "3.13"
80
83
cryptography<40; implementation_name == "pypy" and python_version <= "3.7"
81
84
commands =
82
85
python -m build --sdist --wheel " {toxinidir}"
You can’t perform that action at this time.
0 commit comments