File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 62
62
- tox :
63
63
env : py39
64
64
- coverage
65
+ py310 :
66
+ executor : toxandnode
67
+ steps :
68
+ - checkout
69
+ - tox :
70
+ env : py310
71
+ - coverage
65
72
noanalysis :
66
73
executor : toxandnode
67
74
steps :
@@ -118,6 +125,13 @@ workflows:
118
125
branches :
119
126
ignore :
120
127
- gh-pages
128
+ - py310 :
129
+ filters :
130
+ tags :
131
+ only : /^v.*/
132
+ branches :
133
+ ignore :
134
+ - gh-pages
121
135
- noanalysis :
122
136
filters :
123
137
tags :
@@ -138,6 +152,7 @@ workflows:
138
152
- py37
139
153
- py38
140
154
- py39
155
+ - py310
141
156
- lint_and_docs
142
157
filters :
143
158
tags :
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ def prerelease_local_scheme(version):
39
39
'Programming Language :: Python :: 3.7' ,
40
40
'Programming Language :: Python :: 3.8' ,
41
41
'Programming Language :: Python :: 3.9' ,
42
+ 'Programming Language :: Python :: 3.10' ,
42
43
],
43
44
install_requires = [
44
45
'girder-large-image-annotation' ,
Original file line number Diff line number Diff line change 1
1
[tox]
2
2
envlist =
3
- py{36,37,38,39}
3
+ py{36,37,38,39,310 }
4
4
flake8
5
5
lintclient
6
6
You can’t perform that action at this time.
0 commit comments