Skip to content

Commit

Permalink
Remove support of python 3.8 as it's now deprecated (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlrt authored Jan 2, 2025
1 parent 8b93ccb commit b7c297c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PYTHON := $(VENV)/bin/python


$(PYTHON):
virtualenv $(VENV) --python python3.8
virtualenv $(VENV) --python python3.9
$(PYTHON) -m pip install --upgrade pip build twine

requirements.txt: install
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license_files =

[options]
py_modules = check_yamlschema
python_requires = >=3.8
python_requires = >=3.9
install_requires =
jsonschema
pyyaml
Expand Down

0 comments on commit b7c297c

Please sign in to comment.