Skip to content

Commit

Permalink
feat: drop support for python < 3.4
Browse files Browse the repository at this point in the history
BREAKING CHANGE: now only Python >= 3.4 is supported
  • Loading branch information
TheUnderScorer committed Feb 1, 2024
1 parent d3afa2c commit d368514
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ This Python package is automatically generated by the [Swagger Codegen](https://

The following Python versions are supported:

- Python 2.7
- Python 3.4+
- Python >= 3.4

## Installation & Usage
### pip install
Expand Down
3 changes: 1 addition & 2 deletions template/README.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ For more information, please visit [{{{infoUrl}}}]({{{infoUrl}}})

The following Python versions are supported:

- Python 2.7
- Python 3.4+
- Python >= 3.4

## Installation & Usage
### pip install
Expand Down

0 comments on commit d368514

Please sign in to comment.