File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,11 @@ Installation
24
24
25
25
tappy is available for download from [ PyPI] [ pypi ] . tappy is currently supported
26
26
on Python
27
- 3.5,
28
27
3.6,
29
28
3.7,
30
29
3.8,
30
+ 3.9,
31
+ 3.10,
31
32
and PyPy.
32
33
It is continuously tested on Linux, OS X, and Windows.
33
34
Original file line number Diff line number Diff line change @@ -25,10 +25,11 @@ Installation
25
25
tappy is available for download from `PyPI
26
26
<https://pypi.python.org/pypi/tap.py> `_. tappy is currently supported on
27
27
Python
28
- 3.5,
29
28
3.6,
30
29
3.7,
31
30
3.8,
31
+ 3.9,
32
+ 3.10,
32
33
and PyPy.
33
34
It is continuously tested on Linux, OS X, and Windows.
34
35
Original file line number Diff line number Diff line change 4
4
Version 3.1, To Be Released
5
5
---------------------------
6
6
7
+ * Add support for Python 3.10.
8
+ * Add support for Python 3.9.
7
9
* Add support for Python 3.8.
8
10
* Drop support for Python 3.5 (it is end-of-life).
9
11
* Fix parsing of multi-line strings in YAML blocks (#111)
Original file line number Diff line number Diff line change 44
44
"Intended Audience :: Developers" ,
45
45
"License :: OSI Approved :: BSD License" ,
46
46
"Operating System :: OS Independent" ,
47
- "Programming Language :: Python :: 3.5" ,
48
47
"Programming Language :: Python :: 3.6" ,
49
48
"Programming Language :: Python :: 3.7" ,
50
49
"Programming Language :: Python :: 3.8" ,
50
+ "Programming Language :: Python :: 3.9" ,
51
+ "Programming Language :: Python :: 3.10" ,
51
52
"Programming Language :: Python :: Implementation :: PyPy" ,
52
53
"Topic :: Software Development :: Testing" ,
53
54
],
You can’t perform that action at this time.
0 commit comments