Skip to content

Commit

Permalink
Update python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
regebro committed Oct 16, 2023
1 parent 30adee5 commit 3be81d1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ classifiers =
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3
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
License :: OSI Approved :: MIT License
keywords = libreoffice,conversion,documents,uno,unoconv
author = Lennart Regebro
Expand All @@ -28,7 +30,7 @@ zip_safe = False
install_requires =
setuptools
test_suite = tests
python_requires = >= 3.7
python_requires = >= 3.8

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit 3be81d1

Please sign in to comment.