Skip to content

Commit

Permalink
DIST: (Re)Release v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fumitoh committed Dec 23, 2023
1 parent 629e7b3 commit f9b66d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ def get_package_data(top_dirs: list):
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11'
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12'
],

# What does your project relate to?
Expand All @@ -185,7 +186,7 @@ def get_package_data(top_dirs: list):
# specifier string will prevent pip from installing the project on
# other Python versions.
# For example, if your package is for Python 3+ only, write:
python_requires='>=3.6',
python_requires='>=3.7',

# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,
Expand Down

0 comments on commit f9b66d1

Please sign in to comment.