Skip to content

Commit bb80262

Browse files
committed
Remove Python support claim from pyproject.toml
We only run tests on Python 3 now, and no longer officially support Python 2. fixes #104
1 parent a81f19e commit bb80262

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

changes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
4.??
5+
------------------------
6+
7+
- Update supported Python versions in pyproject.toml. This fixes `issue 104
8+
<https://github.com/wichert/lingua/issues/104>`_.
9+
10+
411
4.15 - February 12, 2022
512
------------------------
613

pyproject.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,10 @@ classifiers = [
1616
"License :: DFSG approved",
1717
"License :: OSI Approved :: BSD License",
1818
"Operating System :: OS Independent",
19-
"Programming Language :: Python :: 2",
20-
"Programming Language :: Python :: 2.6",
21-
"Programming Language :: Python :: 2.7",
2219
"Programming Language :: Python :: 3",
23-
"Programming Language :: Python :: 3.3",
24-
"Programming Language :: Python :: 3.4",
25-
"Programming Language :: Python :: 3.5",
20+
"Programming Language :: Python :: 3.7",
21+
"Programming Language :: Python :: 3.9",
22+
"Programming Language :: Python :: 3.10",
2623
"Topic :: Software Development :: Libraries :: Python Modules",
2724
]
2825
dependencies = [

0 commit comments

Comments
 (0)