Skip to content

Commit

Permalink
Correct supported Python versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
somexpert committed Jun 26, 2024
1 parent 93613ec commit 9bde7c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ Change Log

3.0.0
-----
* Added support for Python 3.8, 3.9
* Added support for Python 3.8 - 3.12
* Dropped support for Python 3.6 and 3.7
* Added Python 3.10, 3.11, 3.12 testing.
* Upgraded Flask to 3.0.3.
* Upgraded pypairtree to GitHub repo's master branch.
* Upgraded pytest (7.1.3), coverage (7.5.4), and tox(4.15.1).
* Removed mock from test requirements.
* Removed mock and future imports.


2.0.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ structure.
Requirements
--------------------

* Python 3.8 - 3.9
* Python 3.8 - 3.12
* Flask 3.0.3
* pypairtree

Expand Down

0 comments on commit 9bde7c7

Please sign in to comment.