Skip to content

Conversation

@vldmrdev
Copy link
Contributor

@vldmrdev vldmrdev commented Nov 26, 2025

closes #3

  • Remove poetry.lock and rewrite pyproject.toml in a way that compatible with PEP-621;
  • Change poetry run to uv run in pre-commit config;
  • Change CI/CD pipelines. They should use python versions from 3.10 to 3.13 and uv. You can find example of pipelines here. Don't forget to check that cache for dependencies in tests is enabled)
  • Check that there is no mentions of poetry in docs / readme files.
  • Please also replace old-style type annotations in repository code using this two ruff rules.

@vldmrdev vldmrdev force-pushed the 3-remove-depricated-python-versions branch 2 times, most recently from 65e48d3 to a5b9e05 Compare November 27, 2025 03:25
@vldmrdev vldmrdev force-pushed the 3-remove-depricated-python-versions branch from cab3edd to c6a8e7f Compare November 29, 2025 23:23
@vldmrdev
Copy link
Contributor Author

ok, get it, in progress

@vldmrdev vldmrdev force-pushed the 3-remove-depricated-python-versions branch 2 times, most recently from 16fe342 to e2d5772 Compare November 30, 2025 09:12
@vldmrdev vldmrdev force-pushed the 3-remove-depricated-python-versions branch from 108e9d7 to 8940863 Compare November 30, 2025 09:14
@vldmrdev vldmrdev requested a review from danfimov November 30, 2025 09:19
Copy link
Member

@danfimov danfimov left a comment

Choose a reason for hiding this comment

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

Good job)

@danfimov danfimov changed the title refactor: remove support for deprecated Python versions and move to uv chore: remove support for deprecated Python versions and move to uv Nov 30, 2025
@danfimov danfimov merged commit a226262 into taskiq-python:develop Nov 30, 2025
3 checks passed
@vldmrdev
Copy link
Contributor Author

vldmrdev commented Dec 1, 2025

Good job)

You're welcome)

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.

Remove support for deprecated Python versions and move to uv

2 participants