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 Python version support and Github workflow #582

Merged
merged 8 commits into from
Aug 11, 2024

Conversation

jkloetzke
Copy link
Member

No description provided.

Copy link

codecov bot commented Aug 2, 2024

Codecov Report

Attention: Patch coverage is 86.84211% with 5 lines in your changes missing coverage. Please review.

Project coverage is 88.65%. Comparing base (14e8749) to head (c16aa1a).

Files Patch % Lines
pym/bob/utils.py 81.81% 4 Missing ⚠️
pym/bob/develop/version.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #582      +/-   ##
==========================================
- Coverage   88.67%   88.65%   -0.02%     
==========================================
  Files          46       46              
  Lines       14837    14857      +20     
==========================================
+ Hits        13156    13172      +16     
- Misses       1681     1685       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

The function is deprecated since Python 3.12. Because we just use the
timestamp as a kind of random number, a local time object is suitable as
well.
Python 3.12 added extraction filters to the tarfile module. Using no
filter is considered deprecated. Because there is no matching filter
available, we roll our own that just sanitizes the paths.
@jkloetzke jkloetzke force-pushed the modernize branch 2 times, most recently from d129ba2 to 53f9ce2 Compare August 10, 2024 19:30
Python 3.12 expanded the size of the stat.st_dev and stat.st_ino fields
on Windows.  Make sure there is no integer overflow when serializing the
data.
Even though they are strictly speaking text, it makes no sense to handle
them as such.
Python 3.6 is end-of-life since 2021-12-23. Even though 3.7 is also not
supported any more, Debian oldoldstable is still using it. We don't gain
much by dropping its support so let's keep it for the time being.
@jkloetzke jkloetzke merged commit f452dee into BobBuildTool:master Aug 11, 2024
10 of 11 checks passed
@jkloetzke jkloetzke deleted the modernize branch August 11, 2024 09:07
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.

1 participant