File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1- requests ~= 2.27.1
2- pysolr ~= 3.9 .0
3- setuptools ~= 47.1.0
1+ requests ~= 2.32.3
2+ pysolr ~= 3.10 .0
3+ setuptools ~= 47.1.0
Original file line number Diff line number Diff line change 1919 'Changelog' : 'https://github.com/the-library-code/dspace-rest-python/blob/main/CHANGELOG.md' ,
2020 },
2121 classifiers = [
22- "Programming Language :: Python :: 3.7" ,
2322 "Programming Language :: Python :: 3.8" ,
2423 "Programming Language :: Python :: 3.9" ,
2524 "Programming Language :: Python :: 3.10" ,
25+ "Programming Language :: Python :: 3.11" ,
26+ "Programming Language :: Python :: 3.12" ,
2627 "License :: OSI Approved :: BSD License" ,
2728 "Operating System :: OS Independent" ,
2829 ],
2930 packages = ["dspace_rest_client" ],
30- install_requires = ["requests >= 2.27.1 " ,
31- "pysolr >= 3.9 .0" ],
31+ install_requires = ["requests >= 2.32.3 " ,
32+ "pysolr >= 3.10 .0" ],
3233 python_requires = ">=3.8.0" ,
3334)
You can’t perform that action at this time.
0 commit comments