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

Update to Python 3.13 #69

Merged
merged 1 commit into from
Jan 17, 2025
Merged

Update to Python 3.13 #69

merged 1 commit into from
Jan 17, 2025

Conversation

falvaradorodriguez
Copy link
Contributor

No description provided.

" \
&& apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y --no-install-recommends $buildDeps \
&& curl https://sh.rustup.rs -sSf | sh -s -- -y \
Copy link
Contributor Author

@falvaradorodriguez falvaradorodriguez Jan 16, 2025

Choose a reason for hiding this comment

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

More info: https://www.rust-lang.org/tools/install. With the cargo and rustc dependencies of apt, it doesn't work.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It is necessary to install pendulum, which is a subdependency of periodiq

Copy link
Member

@Uxio0 Uxio0 Jan 16, 2025

Choose a reason for hiding this comment

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

Makes sense

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It should be removed once pendulum supports python 3.13 (python-pendulum/pendulum#844)

@coveralls
Copy link

Pull Request Test Coverage Report for Build 12811507453

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+2.7%) to 94.994%

Totals Coverage Status
Change from base Build 12809961325: 2.7%
Covered Lines: 1670
Relevant Lines: 1758

💛 - Coveralls

@falvaradorodriguez falvaradorodriguez marked this pull request as ready for review January 16, 2025 15:05
@falvaradorodriguez falvaradorodriguez requested a review from a team as a code owner January 16, 2025 15:05
@falvaradorodriguez falvaradorodriguez self-assigned this Jan 16, 2025
" \
&& apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y --no-install-recommends $buildDeps \
&& curl https://sh.rustup.rs -sSf | sh -s -- -y \
Copy link
Member

@Uxio0 Uxio0 Jan 16, 2025

Choose a reason for hiding this comment

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

Makes sense

@falvaradorodriguez falvaradorodriguez merged commit 01e9832 into main Jan 17, 2025
5 checks passed
@falvaradorodriguez falvaradorodriguez deleted the update-to-python-3.13 branch January 17, 2025 10:38
@github-actions github-actions bot locked and limited conversation to collaborators Jan 17, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants