Skip to content

Commit

Permalink
feat: drop support for python < 3.6
Browse files Browse the repository at this point in the history
BREAKING CHANGE: now only Python >= 3.6 is supported
  • Loading branch information
TheUnderScorer committed Feb 6, 2024
1 parent d3afa2c commit 82d5213
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 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.6

## Installation & Usage
### pip install
Expand Down
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,7 @@
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
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.6

## Installation & Usage
### pip install
Expand Down
5 changes: 0 additions & 5 deletions template/setup.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,7 @@ setup(
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
Expand Down

0 comments on commit 82d5213

Please sign in to comment.