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

Drop Python 3.7 support #88

Merged
merged 3 commits into from
Oct 13, 2023
Merged

Drop Python 3.7 support #88

merged 3 commits into from
Oct 13, 2023

Conversation

yunzheng
Copy link
Member

Python 3.7 is EOL since 27 June 2023.
Minimal supported Python version for flow.record is now 3.8.

Python 3.7 is EOL since 27 June 2023.
Minimal supported Python version for flow.record is now 3.8.
@codecov
Copy link

codecov bot commented Oct 11, 2023

Codecov Report

Merging #88 (29dbd4f) into main (ccfa214) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #88   +/-   ##
=======================================
  Coverage   79.22%   79.22%           
=======================================
  Files          32       32           
  Lines        2932     2932           
=======================================
  Hits         2323     2323           
  Misses        609      609           
Flag Coverage Δ
unittests 79.22% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@yunzheng
Copy link
Member Author

Looks like _PosixPath is removed in Python 3.12

The new dissect-workflow-template now also tests windows, so we can
remove it.
@pyrco
Copy link
Contributor

pyrco commented Oct 12, 2023

Looks like _PosixPath is removed in Python 3.12

Yes, 3.12 is expected to fail for now on this issue.

Regarding the removal of the local windows tests, you can now also revert the change to tox.ini that was made when these tests were added.

@yunzheng yunzheng requested a review from pyrco October 13, 2023 08:57
@yunzheng yunzheng merged commit f0a2608 into main Oct 13, 2023
27 of 32 checks passed
@yunzheng yunzheng deleted the drop-python-3.7-support branch October 13, 2023 09:02
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.

2 participants