Skip to content

Commit d2d7c2b

Browse files
committed
correct the list of suported python versions
2.7 was not supported or tested for a long time. PyPy is also not tested closes #67
1 parent 011e6cb commit d2d7c2b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Installation
2929

3030
pip install readchar
3131

32-
The :code:`readchar` library works with python 2.7, 3.4, 3.5, 3.6 and Pypy.
32+
The :code:`readchar` library works with python 3.5, 3.6, 3.7, 3.8, 3.9 and 3.10.
3333

3434
Usage
3535
-----

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,13 @@ def run_tests(self):
5353
"Intended Audience :: Developers",
5454
"License :: OSI Approved :: MIT License",
5555
"Operating System :: OS Independent",
56-
"Programming Language :: Python :: 2.7",
57-
"Programming Language :: Python :: 3.4",
5856
"Programming Language :: Python :: 3.5",
5957
"Programming Language :: Python :: 3.6",
6058
"Programming Language :: Python :: 3.7",
6159
"Programming Language :: Python :: 3.8",
6260
"Programming Language :: Python :: 3.9",
61+
"Programming Language :: Python :: 3.10",
6362
"Programming Language :: Python :: Implementation :: CPython",
64-
"Programming Language :: Python :: Implementation :: PyPy",
6563
"Topic :: Software Development",
6664
"Topic :: Software Development :: User Interfaces",
6765
],

0 commit comments

Comments
 (0)