-
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.
Merge pull request #135 from LaboratoireMecaniqueLille/feature/add_su…
…pport_for_3.13 Add support for Python 3.13
- Loading branch information
Showing
4 changed files
with
6 additions
and
11 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
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
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
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" | ||
|