Skip to content

Commit

Permalink
#84: Added differences form core setup.py
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Hoffmann <[email protected]>
  • Loading branch information
dh1542 committed Dec 4, 2024
1 parent 8f290d6 commit 17fae52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
project_urls={
"Issue Tracker": "https://github.com/rtdip/core/issues",
Expand All @@ -100,7 +99,7 @@
package_dir={"": "src/sdk/python"},
include_package_data=True,
packages=find_packages(where="src/sdk/python"),
python_requires=">=3.9, <3.13",
python_requires=">=3.9, <3.12",
install_requires=INSTALL_REQUIRES,
extras_require=EXTRAS_DEPENDENCIES,
setup_requires=["pytest-runner", "setuptools_scm"],
Expand Down

0 comments on commit 17fae52

Please sign in to comment.