Skip to content
Snippets Groups Projects
Commit cdbfbbf0 authored by Moul's avatar Moul
Browse files

Drop Python v3.7 support (#193)

parent c3e72ce8
No related branches found
No related tags found
No related merge requests found
Pipeline #31854 passed
......@@ -88,11 +88,6 @@ type:
- poetry install
- poetry run pytest
tests:3.7:
extends: .tests
variables:
PYTHON_VERSION: "3.7"
tests:3.8:
extends: .tests
variables:
......
......@@ -24,7 +24,7 @@ repos:
rev: v3.3.1
hooks:
- id: pyupgrade
args: [--py37-plus]
args: [--py38-plus]
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.3.1
hooks:
......
......@@ -27,7 +27,7 @@ It is currently used by following programs:
- Sign/verify and encrypt/decrypt messages with Duniter credentials
## Requirements
- Python >= 3.7.0
- Python >= 3.8.0
- [websocket-client](https://pypi.org/project/websocket-client)
- [jsonschema](https://pypi.org/project/jsonschema)
- [pyPEG2](https://pypi.org/project/pyPEG2)
......
......@@ -16,7 +16,7 @@ DuniterPy helps to handle the following problem:
Requirements
------------
DuniterPy requires Python 3.7.0 minimum.
DuniterPy requires Python 3.8.0 minimum.
Installation
------------
......
......@@ -26,7 +26,7 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.dependencies]
python = "^3.7.0"
python = "^3.8.0"
graphql-core = "^3.1.2"
websocket-client = "^1.1.0"
jsonschema = "^4.5.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment