Skip to content

Commit 2319cf9

Browse files
authored
Merge pull request #35 from dancergraham/build/python313
Support Python 3.13
2 parents 5164337 + 90b485a commit 2319cf9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI.yml

-6.19 KB
Binary file not shown.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ dependencies = [
88
'pytest',
99
'numpy',
1010
]
11-
description = "Read e57 files to Python. E57 is a compact, non-proprietary point cloud format that's defined by the ASTM E2807 standard. This format is widely adopted by 3D design applications."
11+
description = "Read e57 files to Python. E57 is a compact, non-proprietary point cloud format that's defined by the ASTM E2807 standard. This format is widely adopted by 3D design applications."
1212
authors = [
1313
{ name = "Graham Knapp", email = "graham.knapp@gmail.com" }
1414
]
15-
requires-python = ">=3.7"
16-
keywords = ["pointcloud"]
15+
requires-python = ">=3.8"
16+
keywords = ["pointcloud", "e57", "lidar"]
1717
classifiers = [
1818
"Programming Language :: Rust",
1919
"Programming Language :: Python :: Implementation :: CPython",

0 commit comments

Comments
 (0)