Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DuniterPy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
DuniterPy
Commits
cdbfbbf0
Commit
cdbfbbf0
authored
2 years ago
by
Moul
Browse files
Options
Downloads
Patches
Plain Diff
Drop Python v3.7 support (
#193
)
parent
c3e72ce8
No related branches found
No related tags found
No related merge requests found
Pipeline
#31854
passed
2 years ago
Stage: checks
Stage: tests
Changes
5
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
.gitlab-ci.yml
+0
-5
0 additions, 5 deletions
.gitlab-ci.yml
.pre-commit-config.yaml
+1
-1
1 addition, 1 deletion
.pre-commit-config.yaml
README.md
+1
-1
1 addition, 1 deletion
README.md
docs/index.rst
+1
-1
1 addition, 1 deletion
docs/index.rst
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
4 additions
and
9 deletions
.gitlab-ci.yml
+
0
−
5
View file @
cdbfbbf0
...
@@ -88,11 +88,6 @@ type:
...
@@ -88,11 +88,6 @@ type:
-
poetry install
-
poetry install
-
poetry run pytest
-
poetry run pytest
tests:3.7
:
extends
:
.tests
variables
:
PYTHON_VERSION
:
"
3.7"
tests:3.8
:
tests:3.8
:
extends
:
.tests
extends
:
.tests
variables
:
variables
:
...
...
This diff is collapsed.
Click to expand it.
.pre-commit-config.yaml
+
1
−
1
View file @
cdbfbbf0
...
@@ -24,7 +24,7 @@ repos:
...
@@ -24,7 +24,7 @@ repos:
rev
:
v3.3.1
rev
:
v3.3.1
hooks
:
hooks
:
-
id
:
pyupgrade
-
id
:
pyupgrade
args
:
[
--py3
7
-plus
]
args
:
[
--py3
8
-plus
]
-
repo
:
https://github.com/Lucas-C/pre-commit-hooks
-
repo
:
https://github.com/Lucas-C/pre-commit-hooks
rev
:
v1.3.1
rev
:
v1.3.1
hooks
:
hooks
:
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
cdbfbbf0
...
@@ -27,7 +27,7 @@ It is currently used by following programs:
...
@@ -27,7 +27,7 @@ It is currently used by following programs:
-
Sign/verify and encrypt/decrypt messages with Duniter credentials
-
Sign/verify and encrypt/decrypt messages with Duniter credentials
## Requirements
## Requirements
-
Python >= 3.
7
.0
-
Python >= 3.
8
.0
-
[
websocket-client
](
https://pypi.org/project/websocket-client
)
-
[
websocket-client
](
https://pypi.org/project/websocket-client
)
-
[
jsonschema
](
https://pypi.org/project/jsonschema
)
-
[
jsonschema
](
https://pypi.org/project/jsonschema
)
-
[
pyPEG2
](
https://pypi.org/project/pyPEG2
)
-
[
pyPEG2
](
https://pypi.org/project/pyPEG2
)
...
...
This diff is collapsed.
Click to expand it.
docs/index.rst
+
1
−
1
View file @
cdbfbbf0
...
@@ -16,7 +16,7 @@ DuniterPy helps to handle the following problem:
...
@@ -16,7 +16,7 @@ DuniterPy helps to handle the following problem:
Requirements
Requirements
------------
------------
DuniterPy requires Python 3.
7
.0 minimum.
DuniterPy requires Python 3.
8
.0 minimum.
Installation
Installation
------------
------------
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
cdbfbbf0
...
@@ -26,7 +26,7 @@ requires = ["poetry-core>=1.0.0"]
...
@@ -26,7 +26,7 @@ requires = ["poetry-core>=1.0.0"]
build-backend
=
"poetry.core.masonry.api"
build-backend
=
"poetry.core.masonry.api"
[tool.poetry.dependencies]
[tool.poetry.dependencies]
python
=
"^3.
7
.0"
python
=
"^3.
8
.0"
graphql-core
=
"^3.1.2"
graphql-core
=
"^3.1.2"
websocket-client
=
"^1.1.0"
websocket-client
=
"^1.1.0"
jsonschema
=
"^4.5.0"
jsonschema
=
"^4.5.0"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment