Skip to content

Commit

Permalink
Release version 2.2.0
Browse files Browse the repository at this point in the history
- Include ISO 639-3 changes of 2023-01-23.
-  Add support for Python 3.11 and Python 3.12.
- Drop support for Python 3.6.
- Fix Lang type comparison.
  • Loading branch information
LBeaudoux committed Nov 19, 2023
1 parent fb5e611 commit 297a3ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ iso639-lang is available on PyPI:
```console
$ pip install iso639-lang
```
iso639-lang supports Python 3.6+.
iso639-lang supports Python 3.7+.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="iso639-lang",
version="2.1.0",
version="2.2.0",
author="L.Beaudoux",
description="A lightweight library for the ISO 639 standard.",
long_description=long_description,
Expand Down

0 comments on commit 297a3ad

Please sign in to comment.