Start alpha 6 dev, ensure py3.10+

we_bein_all_matchy
Tyler Goodlet 2022-08-03 14:38:32 -04:00
parent fea9dc7065
commit c613acfe5c
1 changed files with 1 additions and 3 deletions

View File

@ -25,7 +25,7 @@ with open('docs/README.rst', encoding='utf-8') as f:
setup(
name="tractor",
version='0.1.0a5', # alpha zone
version='0.1.0a6dev0', # alpha zone
description='structured concurrrent "actors"',
long_description=readme,
license='AGPLv3',
@ -59,7 +59,6 @@ setup(
# https://pip.pypa.io/en/stable/reference/requirement-specifiers/#examples
# and pep:
# https://peps.python.org/pep-0440/#version-specifiers
'pdbpp <= 0.10.1; python_version < "3.10"',
# windows deps workaround for ``pdbpp``
# https://github.com/pdbpp/pdbpp/issues/498
@ -94,7 +93,6 @@ setup(
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Intended Audience :: Science/Research",
"Intended Audience :: Developers",