Skip to content

Commit

Permalink
docs: update supported Python versions in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
WeisLeDocto committed Oct 30, 2024
1 parent 6ff85fe commit 215b3ae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "Command and Real-time Acquisition in Parallelized Python"
license = {file = "LICENSE"}
keywords = ["control", "command", "acquisition", "multiprocessing"]
dependencies = ["numpy"]
requires-python = ">=3.7"
requires-python = ">=3.9"
authors = [{name = "LaMcube", email = "[email protected]"}]
maintainers = [{name = "Antoine Weisrock", email = "[email protected]"}]
classifiers = [
Expand All @@ -19,12 +19,11 @@ classifiers = [
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Scientific/Engineering",
"Topic :: Software Development :: Build Tools",
"Topic :: Software Development :: Embedded Systems"
Expand Down

0 comments on commit 215b3ae

Please sign in to comment.