Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

biannual updates #51

Merged
merged 3 commits into from
Jun 9, 2023
Merged

biannual updates #51

merged 3 commits into from
Jun 9, 2023

Conversation

shapiromatron
Copy link
Collaborator

@shapiromatron shapiromatron commented Jun 7, 2023

It's been a while since we updated the tooling around rispy. This is a refresh and update to fix our pipelines:

  • Update minimum python version to 3.8; max tested is now 3.11
  • Update black to stable version; reformat code w/ latest version
  • Update flake8 to recent version
  • Fix github actions

@shapiromatron shapiromatron marked this pull request as ready for review June 7, 2023 11:44

[options]
python_requires = >=3.6
python_requires = >=3.8
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm wondering why this is needed. As things seem to work properly for 3.6.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

python 3.6 is EOL and we no longer have tests to support, 3.7 is EOL in 2 weeks, so bumped it to 3.8

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shapiromatron shapiromatron requested review from J535D165 and removed request for MrTango June 9, 2023 15:28
@J535D165
Copy link
Contributor

J535D165 commented Jun 9, 2023

Fine with merging! I interper python-requires in terms of compatibility rather than the life cycle of Python. But there are no clear docs for setuptools on this afaik. So, Im happy to see the new release :)

@shapiromatron shapiromatron merged commit 2be0556 into main Jun 9, 2023
4 checks passed
@shapiromatron shapiromatron deleted the updates branch June 9, 2023 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants