Skip to content

Commit

Permalink
Python 3.7 or later is required (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viatorus committed Apr 15, 2023
1 parent e760a33 commit 4ea608e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ At the end there will be one single file with all your header and sources joined
pip install --user quom
```

Only **Python 3.6+** is supported.
Requires Python 3.7 or later.

## How to use it

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -46,7 +46,7 @@ setup_requires =
setuptools_scm

# Require a min/specific Python version (comma-separated conditions)
python_requires = >=3.6
python_requires = >=3.7

# Add here dependencies of your project (line-separated)
# TODO: Remove conditional dependencies according to `python_requires` above
Expand Down

0 comments on commit 4ea608e

Please sign in to comment.