Skip to content

Commit

Permalink
pyproject: Remove Python 3.7 and add Python 3.13 to classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolodi committed Oct 19, 2024
1 parent 3992294 commit 07a18b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ keywords = [
classifiers = [
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
'Programming Language :: Python :: 3 :: Only',
'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',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Programming Language :: SQL',
'Topic :: Office/Business :: Financial :: Accounting',
]
Expand Down

0 comments on commit 07a18b7

Please sign in to comment.