Skip to content

Commit

Permalink
bump minimum python version to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekh committed Jul 4, 2024
1 parent d325e44 commit a4f7241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def load_source(modname, filename):
'schemata/namespaces/*.json',
'schemata/namespaces/*/*.json']},
long_description='A JSON Annotated Music Specification for Reproducible MIR Research',
python_requires='>=3.8',
python_requires='>=3.9',
classifiers=[
"License :: OSI Approved :: ISC License (ISCL)",
"Programming Language :: Python",
Expand Down

0 comments on commit a4f7241

Please sign in to comment.