Skip to content

Commit b4f3581

Browse files
MAINT: In setup.py, add Python 3.13 and remove 3.7.
1 parent 5de3dd6 commit b4f3581

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

las.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import numpy as np
2626

2727

28-
__version__ = "0.0.6dev0"
28+
__version__ = "0.0.6dev1"
2929

3030

3131
def isidentifier(s):

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ def get_version():
4040
"Intended Audience :: Developers",
4141
"Operating System :: OS Independent",
4242
"Programming Language :: Python :: 3",
43-
"Programming Language :: Python :: 3.7",
4443
"Programming Language :: Python :: 3.8",
4544
"Programming Language :: Python :: 3.9",
4645
"Programming Language :: Python :: 3.10",
4746
"Programming Language :: Python :: 3.11",
4847
"Programming Language :: Python :: 3.12",
48+
"Programming Language :: Python :: 3.13",
4949
],
5050
py_modules=["las"],
5151
install_requires=[

0 commit comments

Comments
 (0)