File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11Changelog
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+
4114.15 - February 12, 2022
512------------------------
613
Original file line number Diff line number Diff 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]
2825dependencies = [
You can’t perform that action at this time.
0 commit comments