Skip to content

Commit

Permalink
set minimum to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rettinghaus committed Jan 20, 2024
1 parent f9cb17a commit 87024cb
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 @@ -156,7 +156,7 @@ def get_version() -> str:
'verovio.data.Petaluma': os.listdir('./data/Petaluma'),
'verovio.data.text': os.listdir('./data/text'),
},
python_requires='>=3.7',
python_requires='>=3.8',
project_urls={
'Bug Reports': 'https://github.com/rism-digital/verovio/issues',
'Source': 'https://github.com/rism-digital/verovio',
Expand Down

0 comments on commit 87024cb

Please sign in to comment.