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

fix: deprecate older pythons and fix up some configs #44

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

c0state
Copy link
Contributor

@c0state c0state commented Jun 22, 2024

Contains:

  • Deprecate python 3.9
  • Migrate Travis CI workflow to GitHub Actions


- name: Publish package to PyPI
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
Copy link
Contributor Author

@c0state c0state Jun 22, 2024

Choose a reason for hiding this comment

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

Credentials added using my pypi username

@@ -1,6 +1,6 @@
[tool.black]
line-length = 79
target-version = ['py39', 'py310', 'py311', 'py312']
target-version = ['py310', 'py311', 'py312']

Choose a reason for hiding this comment

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

@c0state Removal of python versions may necessitate a version bump, as fourmat is meant to be consumed as a lib

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.

2 participants