Skip to content

Commit 93087ad

Browse files
committed
chore: drop python upper bound in package metadata
1 parent e025e57 commit 93087ad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
download_url='https://github.com/shenweichen/deepctr-torch/tags',
2323
packages=setuptools.find_packages(
2424
exclude=["tests", "tests.models", "tests.layers"]),
25-
python_requires=">=3.7,<3.13",
25+
python_requires=">=3.7",
2626
install_requires=REQUIRED_PACKAGES,
2727
extras_require={
2828

@@ -43,6 +43,7 @@
4343
'Programming Language :: Python :: 3.10',
4444
'Programming Language :: Python :: 3.11',
4545
'Programming Language :: Python :: 3.12',
46+
'Programming Language :: Python :: 3.13',
4647
'Topic :: Scientific/Engineering',
4748
'Topic :: Scientific/Engineering :: Artificial Intelligence',
4849
'Topic :: Software Development',

0 commit comments

Comments
 (0)