We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e025e57 commit 93087adCopy full SHA for 93087ad
1 file changed
setup.py
@@ -22,7 +22,7 @@
22
download_url='https://github.com/shenweichen/deepctr-torch/tags',
23
packages=setuptools.find_packages(
24
exclude=["tests", "tests.models", "tests.layers"]),
25
- python_requires=">=3.7,<3.13",
+ python_requires=">=3.7",
26
install_requires=REQUIRED_PACKAGES,
27
extras_require={
28
@@ -43,6 +43,7 @@
43
'Programming Language :: Python :: 3.10',
44
'Programming Language :: Python :: 3.11',
45
'Programming Language :: Python :: 3.12',
46
+ 'Programming Language :: Python :: 3.13',
47
'Topic :: Scientific/Engineering',
48
'Topic :: Scientific/Engineering :: Artificial Intelligence',
49
'Topic :: Software Development',
0 commit comments