File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 31
31
plat : manylinux2014_x86_64
32
32
python_ver : ' 39'
33
33
python.version : ' 3.9'
34
+ Python310 :
35
+ arch : x86_64
36
+ plat : manylinux2014_x86_64
37
+ python_ver : ' 310'
38
+ python.version : ' 3.10'
34
39
variables :
35
40
CCACHE_DIR : $(Pipeline.Workspace)/ccache
36
41
41
46
42
47
- task : Cache@2
43
48
inputs :
44
- key : ' "ccache-wheels-v2022.7.29 " | $(Agent.OS) | "$(python.version)"'
49
+ key : ' "ccache-wheels-v2022.8.25 " | $(Agent.OS) | "$(python.version)"'
45
50
path : $(CCACHE_DIR)
46
51
displayName : ccache
47
52
@@ -121,6 +126,8 @@ jobs:
121
126
python.version : ' 3.8'
122
127
Python39 :
123
128
python.version : ' 3.9'
129
+ Python310 :
130
+ python.version : ' 3.10'
124
131
variables :
125
132
CCACHE_DIR : $(Pipeline.Workspace)/ccache
126
133
@@ -141,7 +148,7 @@ jobs:
141
148
142
149
- task : Cache@2
143
150
inputs :
144
- key : ' "ccache-v2022.7.29 " | $(Agent.OS) | "$(python.version)"'
151
+ key : ' "ccache-v2022.8.25 " | $(Agent.OS) | "$(python.version)"'
145
152
path : $(CCACHE_DIR)
146
153
displayName : ccache
147
154
@@ -244,6 +251,8 @@ jobs:
244
251
python.version : ' 3.8'
245
252
Python39 :
246
253
python.version : ' 3.9'
254
+ Python310 :
255
+ python.version : ' 3.10'
247
256
248
257
steps :
249
258
- task : UsePythonVersion@0
Original file line number Diff line number Diff line change 29
29
MAINTAINER_EMAIL = "[email protected] "
30
30
URL = "https://github.com/giotto-ai/giotto-tda"
31
31
LICENSE = "GNU AGPLv3"
32
- DOWNLOAD_URL = "https://github.com/giotto-ai/giotto-tda/tarball/v0.5.1"
33
32
VERSION = __version__ # noqa
33
+ DOWNLOAD_URL = f"https://github.com/giotto-ai/giotto-tda/tarball/v{ VERSION } "
34
34
CLASSIFIERS = ["Intended Audience :: Science/Research" ,
35
35
"Intended Audience :: Developers" ,
36
36
"License :: OSI Approved" ,
44
44
"Operating System :: MacOS" ,
45
45
"Programming Language :: Python :: 3.7" ,
46
46
"Programming Language :: Python :: 3.8" ,
47
- "Programming Language :: Python :: 3.9" ]
47
+ "Programming Language :: Python :: 3.9" ,
48
+ "Programming Language :: Python :: 3.10" ]
48
49
KEYWORDS = "machine learning, topological data analysis, persistent " \
49
50
"homology, persistence diagrams, Mapper"
50
51
INSTALL_REQUIRES = requirements
You can’t perform that action at this time.
0 commit comments