File tree 4 files changed +24
-24
lines changed
4 files changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ openTSNE is a modular Python implementation of t-Distributed Stochasitc Neighbor
19
19
Installation
20
20
------------
21
21
22
- openTSNE requires Python 3.7 or higher in order to run.
22
+ openTSNE requires Python 3.8 or higher in order to run.
23
23
24
24
Conda
25
25
~~~~~
Original file line number Diff line number Diff line change 18
18
19
19
strategy :
20
20
matrix :
21
- osx - python37 :
22
- image.name : ' macos-12'
23
- python.version : ' 3.7'
24
- ciwb.build : cp37-macosx_x86_64
25
- ciwb.archs : x86_64
26
21
osx - python38 :
27
22
image.name : ' macos-12'
28
23
python.version : ' 3.8'
@@ -43,12 +38,12 @@ jobs:
43
38
python.version : ' 3.11'
44
39
ciwb.build : cp311-macosx_universal2
45
40
ciwb.archs : universal2
41
+ osx - python312 :
42
+ image.name : ' macos-12'
43
+ python.version : ' 3.12'
44
+ ciwb.build : cp312-macosx_universal2
45
+ ciwb.archs : universal2
46
46
47
- windows - python37 :
48
- image.name : ' windows-2019'
49
- python.version : ' 3.7'
50
- ciwb.build : cp37-win_amd64
51
- ciwb.archs : AMD64
52
47
windows - python38 :
53
48
image.name : ' windows-2019'
54
49
python.version : ' 3.8'
69
64
python.version : ' 3.11'
70
65
ciwb.build : cp311-win_amd64
71
66
ciwb.archs : AMD64
67
+ windows - python312 :
68
+ image.name : ' windows-2019'
69
+ python.version : ' 3.12'
70
+ ciwb.build : cp312-win_amd64
71
+ ciwb.archs : AMD64
72
72
73
73
steps :
74
74
- task : UsePythonVersion@0
@@ -138,9 +138,6 @@ jobs:
138
138
139
139
strategy :
140
140
matrix :
141
- python37 :
142
- python : ' /opt/python/cp37-cp37m/bin'
143
- python.version : ' 3.7'
144
141
python38 :
145
142
python : ' /opt/python/cp38-cp38/bin'
146
143
python.version : ' 3.8'
@@ -153,6 +150,9 @@ jobs:
153
150
python311 :
154
151
python : ' /opt/python/cp311-cp311/bin'
155
152
python.version : ' 3.11'
153
+ python312 :
154
+ python : ' /opt/python/cp312-cp312/bin'
155
+ python.version : ' 3.12'
156
156
157
157
container :
158
158
image : quay.io/pypa/manylinux2014_x86_64:latest
Original file line number Diff line number Diff line change 13
13
14
14
strategy :
15
15
matrix :
16
- linux-python37 :
17
- image.name : ' ubuntu-latest'
18
- python.version : ' 3.7'
19
16
linux-python38 :
20
17
image.name : ' ubuntu-latest'
21
18
python.version : ' 3.8'
28
25
linux-python311 :
29
26
image.name : ' ubuntu-latest'
30
27
python.version : ' 3.11'
31
- osx-python37 :
32
- image.name : ' macos-12 '
33
- python.version : ' 3.7 '
28
+ linux-python312 :
29
+ image.name : ' ubuntu-latest '
30
+ python.version : ' 3.12 '
34
31
osx-python38 :
35
32
image.name : ' macos-12'
36
33
python.version : ' 3.8'
43
40
osx-python311 :
44
41
image.name : ' macos-12'
45
42
python.version : ' 3.11'
46
- windows-python37 :
47
- image.name : ' windows-2019 '
48
- python.version : ' 3.7 '
43
+ osx-python312 :
44
+ image.name : ' macos-12 '
45
+ python.version : ' 3.12 '
49
46
windows-python38 :
50
47
image.name : ' windows-2019'
51
48
python.version : ' 3.8'
58
55
windows-python311 :
59
56
image.name : ' windows-2019'
60
57
python.version : ' 3.11'
58
+ windows-python312 :
59
+ image.name : ' windows-2019'
60
+ python.version : ' 3.12'
61
61
62
62
steps :
63
63
- task : UsePythonVersion@0
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ def readme():
283
283
],
284
284
285
285
packages = setuptools .find_packages (include = ["openTSNE" , "openTSNE.*" ]),
286
- python_requires = ">=3.7 " ,
286
+ python_requires = ">=3.8 " ,
287
287
install_requires = [
288
288
"numpy>=1.16.6" ,
289
289
"scikit-learn>=0.20" ,
You can’t perform that action at this time.
0 commit comments