Skip to content

Commit dd62afb

Browse files
author
David Robertson
committed
Update lockfile; drop Python 3.6 support
Python 3.6 EOLed at the end of 2021, see https://endoflife.date/python. (pyO3 was refusing to build against 3.6).
1 parent 65ffce2 commit dd62afb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

synapse_auto_compressor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version = "0.1.3"
55
edition = "2018"
66

77
[package.metadata.maturin]
8-
requires-python = ">=3.6"
8+
requires-python = ">=3.7"
99
project-url = {Source = "https://github.com/matrix-org/rust-synapse-compress-state"}
1010
classifier = [
1111
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)