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

Release 1.5.0 #54

Merged
merged 5 commits into from
Jan 11, 2024
Merged

Release 1.5.0 #54

merged 5 commits into from
Jan 11, 2024

Conversation

nicoddemus
Copy link
Member

@nicoddemus nicoddemus commented Jan 11, 2024

Took the opportunity to modernize things:

  • Dropped Python 3.6 and 3.7.
  • Added support for Python 3.10+.
  • Revamp CI:
    • Simplify the test build matrix.
    • Create a separate deploy workflow.
    • Create the package only once and test the same package multiple times.

@nicoddemus nicoddemus force-pushed the release-1.5.0 branch 2 times, most recently from 04d02a7 to 20992ee Compare January 11, 2024 15:04
Also revamped our CI to build the package once and test many times, and publish GitHub release on deploy.
Copy link
Member

@tadeu tadeu left a comment

Choose a reason for hiding this comment

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

Awesome!

Comment on lines -9 to -16
[testenv:linting]
skip_install = True
basepython = python3.7
deps = pre-commit>=1.11.0
commands = pre-commit run --all-files --show-diff-on-failure

[flake8]
max-line-length = 100
Copy link
Member

Choose a reason for hiding this comment

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

Just to know, is this not necessary anymore? Linting is being called in another way?

Copy link
Member Author

Choose a reason for hiding this comment

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

I decided to drop it and let "black" take care of that for us, and in case some comment goes over that border a bit I do not find a big deal either.

@nicoddemus nicoddemus merged commit d505df1 into master Jan 11, 2024
16 checks passed
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.

3 participants