Skip to content

Commit

Permalink
Merge 7943fb9 into 6afbafd
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpus committed Nov 14, 2021
2 parents 6afbafd + 7943fb9 commit 68bb759
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Expand Up @@ -18,6 +18,8 @@ jobs:
python.version: '3.8'
Python39:
python.version: '3.9'
Python310:
python.version: '3.10'

steps:
- task: UsePythonVersion@0
Expand Down
7 changes: 4 additions & 3 deletions setup.py
Expand Up @@ -37,9 +37,9 @@
author_email='lindahl@pbm.com',
url='https://github.com/cocrawler/cdx_toolkit',
packages=packages,
python_requires=">=3.5.*",
python_requires=">=3.6.*",
extras_require=extras_require,
setup_requires=['setuptools-scm<6'],
setup_requires=['setuptools-scm'],
install_requires=requires,
entry_points='''
[console_scripts]
Expand All @@ -49,7 +49,7 @@
scripts=scripts,
license='Apache 2.0',
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Operating System :: POSIX :: Linux',
'Environment :: MacOS X',
Expand All @@ -63,6 +63,7 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3 :: Only',
],
)

0 comments on commit 68bb759

Please sign in to comment.