Skip to content

Commit

Permalink
Update package metadata to support Python 3.9 and 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tsundvoll committed Sep 16, 2024
1 parent 6998d82 commit 0f9507f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@ name = "isar-robot"
authors = [{ name = "Equinor ASA", email = "fg_robots_dev@equinor.com" }]
description = "Integration and Supervisory control of Autonomous Robots - Open source robot implementation"
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.9"
license = { file = "LICENSE" }
classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering",
Expand Down

0 comments on commit 0f9507f

Please sign in to comment.