Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update minimum python version
  • Loading branch information
janbridley committed Dec 20, 2024
commit 7d34f4e67a41cade1e308aa1b483803826977000
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "parsnip"
version = "0.0.2"
requires-python = ">=3.6"
requires-python = ">=3.7"
description = "Minimal library for parsing CIF & mmCIF files in Python."
readme = "README.md"
license = { file = "LICENSE" }
Expand Down
Loading