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

feat: drop support for Python 3.5 #250

Closed
andreoliwa opened this issue Jan 17, 2021 · 1 comment · Fixed by #251 or sheikhomar/cookiecutter-data-science#40
Closed

feat: drop support for Python 3.5 #250

andreoliwa opened this issue Jan 17, 2021 · 1 comment · Fixed by #251 or sheikhomar/cookiecutter-data-science#40
Labels
released Feature/fix is released

Comments

@andreoliwa
Copy link
Owner

Context

Python 3.5 has reached EOL: Python Release Python 3.5.0 | Python.org.

andreoliwa added a commit that referenced this issue Jan 18, 2021
andreoliwa added a commit that referenced this issue Jan 18, 2021
Fix #250

* ci: try faster builds on AWS Graviton2
* Revert "ci: try faster builds on AWS Graviton2"
This reverts commit 7241d27.
github-actions bot pushed a commit that referenced this issue Feb 23, 2021
# [0.24.0](v0.23.1...v0.24.0) (2021-02-23)

### Bug Fixes

* check a YAML file with the text plugin ([#249](#249)) ([1821962](1821962))
* override a remote style with "./your-local-style.toml" ([#295](#295)) ([fe5f085](fe5f085))
* toml module now accepts keys beginning with dot (fix [#183](#183)) ([b086a24](b086a24))
* validate sections in comma_separated_values (fix [#227](#227)) ([f1be98f](f1be98f))

### Features

* apply changes to pyproject.toml ([#287](#287)) ([4b79f81](4b79f81))
* apply changes to setup.cfg ([#288](#288)) ([f878630](f878630))
* **cli:** add 'ls' command to list configured files ([cfc031b](cfc031b))
* **cli:** add 'run' command to display violations ([a67bfa8](a67bfa8))
* **cli:** filter only the desired files on ls/run commands ([#265](#265)) ([f5e4a9c](f5e4a9c))
* drop support for Python 3.5 ([#251](#251)) ([9f84a60](9f84a60)), closes [#250](#250)
* experimental CLI interface (alpha version) ([#255](#255)) ([c9ca5dc](c9ca5dc))
@github-actions
Copy link

🎉 This issue has been resolved in version 0.24.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment