File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 77
77
"License :: OSI Approved :: Apache Software License" ,
78
78
"Programming Language :: Python" ,
79
79
"Programming Language :: Python :: 3" ,
80
- "Programming Language :: Python :: 3.8" , # Colab
81
80
"Programming Language :: Python :: 3.9" ,
82
- "Programming Language :: Python :: 3.10" ,
81
+ "Programming Language :: Python :: 3.10" , # Colab
83
82
"Programming Language :: Python :: 3.11" ,
84
83
"Operating System :: OS Independent" ,
85
84
"Topic :: Scientific/Engineering :: Artificial Intelligence" ,
86
85
],
87
86
platforms = "Posix; MacOS X; Windows" ,
88
87
packages = packages ,
89
- python_requires = ">=3.8 " ,
88
+ python_requires = ">=3.9 " ,
90
89
namespace_packages = namespaces ,
91
90
install_requires = dependencies ,
92
91
extras_require = extras_require ,
You can’t perform that action at this time.
0 commit comments