Skip to content

Commit

Permalink
Merge pull request #35 from dancergraham/build/python313
Browse files Browse the repository at this point in the history
Support Python 3.13
  • Loading branch information
dancergraham authored Dec 19, 2024
2 parents 5164337 + 90b485a commit 2319cf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified .github/workflows/CI.yml
Binary file not shown.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ dependencies = [
'pytest',
'numpy',
]
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."
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."
authors = [
{ name = "Graham Knapp", email = "[email protected]" }
]
requires-python = ">=3.7"
keywords = ["pointcloud"]
requires-python = ">=3.8"
keywords = ["pointcloud", "e57", "lidar"]
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
Expand Down

0 comments on commit 2319cf9

Please sign in to comment.