Skip to content

Commit

Permalink
Merge pull request #399 from jorenham/classifiers-py311
Browse files Browse the repository at this point in the history
Fixed outdated python version classifiers pyproject.toml
  • Loading branch information
DiogoMarques29 authored Aug 25, 2023
2 parents a78c9c4 + 6a16b58 commit df72043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Supported versions
* - 0.14
- >= 5.0
- >= 3.2
- 3.7, 3.8, 3.9, 3.10, 3.11
- 3.8, 3.9, 3.10, 3.11

Upgrade considerations (v0.10.8)
================================
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ include = [
exclude = ["*.pyc", "*.DS_Store"]
classifiers = [
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Operating System :: OS Independent',
'Environment :: Web Environment',
'Intended Audience :: Developers',
Expand Down

0 comments on commit df72043

Please sign in to comment.