-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update supported Python versions in pyproject.toml
- Loading branch information
1 parent
6ff85fe
commit 215b3ae
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 = [ | ||
|
@@ -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" | ||
|