Skip to content

Commit 114acf8

Browse files
committed
Update version support in docs.
1 parent 80732f7 commit 114acf8

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ Installation
2424

2525
tappy is available for download from [PyPI][pypi]. tappy is currently supported
2626
on Python
27-
3.5,
2827
3.6,
2928
3.7,
3029
3.8,
30+
3.9,
31+
3.10,
3132
and PyPy.
3233
It is continuously tested on Linux, OS X, and Windows.
3334

docs/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ Installation
2525
tappy is available for download from `PyPI
2626
<https://pypi.python.org/pypi/tap.py>`_. tappy is currently supported on
2727
Python
28-
3.5,
2928
3.6,
3029
3.7,
3130
3.8,
31+
3.9,
32+
3.10,
3233
and PyPy.
3334
It is continuously tested on Linux, OS X, and Windows.
3435

docs/releases.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Releases
44
Version 3.1, To Be Released
55
---------------------------
66

7+
* Add support for Python 3.10.
8+
* Add support for Python 3.9.
79
* Add support for Python 3.8.
810
* Drop support for Python 3.5 (it is end-of-life).
911
* Fix parsing of multi-line strings in YAML blocks (#111)

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,11 @@
4444
"Intended Audience :: Developers",
4545
"License :: OSI Approved :: BSD License",
4646
"Operating System :: OS Independent",
47-
"Programming Language :: Python :: 3.5",
4847
"Programming Language :: Python :: 3.6",
4948
"Programming Language :: Python :: 3.7",
5049
"Programming Language :: Python :: 3.8",
50+
"Programming Language :: Python :: 3.9",
51+
"Programming Language :: Python :: 3.10",
5152
"Programming Language :: Python :: Implementation :: PyPy",
5253
"Topic :: Software Development :: Testing",
5354
],

0 commit comments

Comments
 (0)