We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5de3dd6 commit b4f3581Copy full SHA for b4f3581
las.py
@@ -25,7 +25,7 @@
25
import numpy as np
26
27
28
-__version__ = "0.0.6dev0"
+__version__ = "0.0.6dev1"
29
30
31
def isidentifier(s):
setup.py
@@ -40,12 +40,12 @@ def get_version():
40
"Intended Audience :: Developers",
41
"Operating System :: OS Independent",
42
"Programming Language :: Python :: 3",
43
- "Programming Language :: Python :: 3.7",
44
"Programming Language :: Python :: 3.8",
45
"Programming Language :: Python :: 3.9",
46
"Programming Language :: Python :: 3.10",
47
"Programming Language :: Python :: 3.11",
48
"Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
49
],
50
py_modules=["las"],
51
install_requires=[
0 commit comments