-
Notifications
You must be signed in to change notification settings - Fork 40
Remove python 2.7 #60
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
Conversation
cunla
commented
May 28, 2024
- format based on flake8.
- fix GitHub workflow.
- remove python 2.7.
@@ -6,3 +6,4 @@ dist | |||
*.swp | |||
doc/_build | |||
*.egg-info | |||
.idea |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's that? Never heard of it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jetbrains IDEs create this folder.
This just prevents from adding it accidently.
# Will be parsed by setup.py to determine package metadata | ||
__author__ = 'Stefan Kögl <stefan@skoegl.net>' | ||
__version__ = '2.4' | ||
__version__ = '3.0.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any specific reason to go for 3 digits? Is there some standard to follow?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.