Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Louis
Jouets
Commits
54b1cb74
Commit
54b1cb74
authored
Apr 01, 2021
by
Louis
Browse files
Abandon de python3.7
Ça devrait continuer à fonctionner, mais c'était ch**an à gérer dans les tests.
parent
b325356d
Changes
5
Hide whitespace changes
Inline
Side-by-side
.pre-commit-config.yaml
View file @
54b1cb74
...
...
@@ -3,4 +3,4 @@ repos:
rev
:
stable
hooks
:
-
id
:
black
language_version
:
python3.
7
language_version
:
python3.
9
CHANGELOG.md
View file @
54b1cb74
...
...
@@ -27,6 +27,7 @@ Changelogs des sous-programmes :
*
Version 0.4.0 (unreleased)
* Support de python3.8 et python3.9.
* Abandon du support de python3.7.
* Nouveaux programmes :
* horloge 0.1.0
...
...
pyproject.toml
View file @
54b1cb74
...
...
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[tool.black]
line-length
=
88
target-version
=
[
"py37"
,
"py38"
]
target-version
=
["py38"]
exclude
=
'''
/(
\.git
...
...
setup.cfg
View file @
54b1cb74
...
...
@@ -17,7 +17,6 @@ classifiers =
Development Status :: 5 - Production/Stable
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Games/Entertainment
...
...
@@ -30,7 +29,7 @@ classifiers =
packages = find:
zip_safe = True
include_package_data = True
python_requires = >=3.
7
, <4
python_requires = >=3.
8
, <4
setup_requires = setuptools
install_requires =
argdispatch
...
...
tox.ini
View file @
54b1cb74
...
...
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist
=
py37, py38,
py39, lint, sphinx, coverage, black
envlist
=
py39, lint, sphinx, coverage, black
skipsdist
=
True
[testenv]
...
...
@@ -46,4 +46,4 @@ basepython=python3.9
setenv
=
LC_ALL
=
C.UTF-8
LANG
=
C.UTF-8
commands
=
black --check --verbose --target-version
py37 --target-version
py38 .
commands
=
black --check --verbose --target-version py38 .
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment