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

Certify Caracara and its Underlying Libraries Against Python 3 Deprecations #172

Open
4 tasks
ChristopherHammond13 opened this issue Jun 10, 2024 · 1 comment · May be fixed by #206
Open
4 tasks

Certify Caracara and its Underlying Libraries Against Python 3 Deprecations #172

ChristopherHammond13 opened this issue Jun 10, 2024 · 1 comment · May be fixed by #206
Labels
enhancement 🌟 New feature or request python Pull requests that update Python code

Comments

@ChristopherHammond13
Copy link
Member

ChristopherHammond13 commented Jun 10, 2024

Caracara and Caracara-Filters utilise functionality that will be removed in a future version of Python 3. This ticket serves to ensure we are covered.

The Python 3.13 announcement covers what is due to be removed soon.

  • datetime.utcnow() is pending removal in a future version of Python 3.
  • datetime.utcfromtimestamp() is pending removal in a future version of Python 3.
  • Remove setuptools dependence, if possible, as this is no longer bundled with Python.
  • Many other features are deprecated, so we need to go through the code and make sure we don't use anything else pending removal.
@ChristopherHammond13 ChristopherHammond13 added bug 🐛 Something isn't working enhancement 🌟 New feature or request python Pull requests that update Python code and removed bug 🐛 Something isn't working labels Jun 10, 2024
@ChristopherHammond13 ChristopherHammond13 changed the title [ BUG ] Certify Caracara and its Underlying Libraries Against Python 3 Deprecations Certify Caracara and its Underlying Libraries Against Python 3 Deprecations Jun 10, 2024
@ChristopherHammond13
Copy link
Member Author

In order to migrate to importlib.metadata (and therefore deprecate setuptools), Caracara will only support Python 3.8 upwards as of this release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🌟 New feature or request python Pull requests that update Python code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant