-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python 3.7 is EOL since 27 June 2023. Minimal supported Python version for flow.record is now 3.8.
- Loading branch information
Showing
3 changed files
with
3 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" | |
name = "flow.record" | ||
description = "A library for defining and creating structured data (called records) that can be streamed to disk or piped to other tools that use flow.record" | ||
readme = "README.md" | ||
requires-python = "~=3.7" | ||
requires-python = "~=3.8" | ||
license.text = "Affero General Public License v3" | ||
authors = [ | ||
{name = "Dissect Team", email = "[email protected]"} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters