Skip to content

Commit

Permalink
Update supported Python versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
declaresub committed Oct 27, 2023
1 parent b8ab6e3 commit 973efdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The code herein has been in use in production here and there on the internet sin

## Requirements

ABNF is tested with Python 3.7-11. The package requires typing_extensions >=4, and for python 3.7, importlib_metadata.
ABNF is tested with Python 3.8-12. The package requires typing_extensions >=4, and for python 3.7, importlib_metadata.


## Installation
Expand Down Expand Up @@ -339,7 +339,7 @@ to resolve any problems found, then

tox

to execute tests for python 3.7-3.11.
to execute tests for python 3.8-3.12.


The code is formatted using black.
Expand Down

0 comments on commit 973efdd

Please sign in to comment.