Skip to content

Commit e595169

Browse files
committed
add 3.10
1 parent b1d1a19 commit e595169

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ def get_library_dirs():
6060
'src/slicer.cpp',
6161
'src/intersections.cpp',
6262
'src/measure.cpp',
63-
'src/triangulations.cpp',
6463
'src/subdivision.cpp',
64+
'src/triangulations.cpp',
6565
]),
6666
include_dirs=[
6767
'./include',
@@ -171,6 +171,7 @@ def build_extensions(self):
171171
"Programming Language :: Python :: 3.7",
172172
"Programming Language :: Python :: 3.8",
173173
"Programming Language :: Python :: 3.9",
174+
"Programming Language :: Python :: 3.10",
174175
"Programming Language :: Python :: Implementation :: CPython",
175176
],
176177
keywords=[],

0 commit comments

Comments
 (0)