Skip to content

Commit

Permalink
fckit_yaml_reader: downgrade minimum python to 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
awnawab committed May 6, 2024
1 parent 06f9346 commit 93422d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fckit/fckit_yaml_reader/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 = "fckit_yaml_reader"
version = "0.0.1"
requires-python = ">=3.8"
requires-python = ">=3.6"
license = {text = "Apache-2.0"}
description = "A minimal wrapper for ruamel.yaml to create an API consistent with pyyaml."

Expand Down

0 comments on commit 93422d8

Please sign in to comment.