Skip to content

Commit d7c02cf

Browse files
committed
* Fix python_requires
1 parent 459a995 commit d7c02cf

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
trio-asyncio (0.8.4-1) unstable; urgency=medium
2+
3+
* Fix python_requires
4+
5+
-- Matthias Urlichs <matthias@urlichs.de> Sat, 25 Aug 2018 20:38:16 +0200
6+
17
trio-asyncio (0.8.3-1) unstable; urgency=medium
28

39
* sniffio fixes

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
# This means, just install *everything* you see under trio/, even if it
7575
# doesn't look like a source file, so long as it appears in MANIFEST.in:
7676
include_package_data=True,
77-
python_requires=">=3.5",
77+
python_requires=">=3.5.3",
7878
keywords=["async", "io", "trio", "asyncio", "trio-asyncio"],
7979
setup_requires=['pytest-runner'],
8080
tests_require=['pytest', 'outcome'],

trio_asyncio/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# This file is imported from __init__.py and exec'd from setup.py
22

3-
__version__ = "0.8.3"
3+
__version__ = "0.8.4"

0 commit comments

Comments
 (0)