inveniosoftware / invenio-cli

CLI module for Invenio
https://invenio-cli.readthedocs.io
MIT License
10 stars 43 forks source link

requirements: bump python requirement to 3.9 #349

Open tmorrell opened 1 year ago

tmorrell commented 1 year ago

:heart: Thank you for your contribution!

Description

Bump the python version check to 3.9, per https://inveniordm.docs.cern.ch/install/requirements/

Checklist

Ticks in all boxes and 🟢 on all GitHub actions status checks are required to merge:

Third-party code

If you've added third-party code (copy/pasted or new dependencies), please reach out to an architect.

Reminder

By using GitHub, you have already agreed to the GitHub’s Terms of Service including that:

  1. You license your contribution under the same terms as the current repository’s license.
  2. You agree that you have the right to license your contribution under the current repository’s license.
utnapischtim commented 1 year ago

@tmorrell as far as i know the lowest python version which invenio supports is version 3.7. i hope most of us are on python >= 3.9 but i think the bump should then only be to 3.7 or?