Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit081afc8

Browse files
* Drop Python 3.7
* Update CI
1 parentd6ef168 commit081afc8

File tree

4 files changed

+10
-14
lines changed

4 files changed

+10
-14
lines changed

‎.pre-commit-config.yaml‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ repos:
44
hooks:
55
-id:isort
66
-repo:https://github.com/asottile/yesqa
7-
rev:v1.4.0
7+
rev:v1.5.0
88
hooks:
99
-id:yesqa
1010
-repo:https://github.com/asottile/pyupgrade
11-
rev:v3.3.1
11+
rev:v3.8.0
1212
hooks:
1313
-id:pyupgrade
14-
args:['--py37-plus']
14+
args:['--py38-plus']
1515
-repo:https://github.com/ambv/black
1616
rev:23.3.0
1717
hooks:
@@ -37,16 +37,16 @@ repos:
3737
args:['--django']
3838
-id:check-json
3939
-repo:https://github.com/codespell-project/codespell
40-
rev:v2.2.4
40+
rev:v2.2.5
4141
hooks:
4242
-id:codespell
4343
exclude_types:[json]
4444
-repo:https://github.com/marco-c/taskcluster_yml_validator
45-
rev:v0.0.9
45+
rev:v0.0.10
4646
hooks:
4747
-id:taskcluster_yml
4848
-repo:https://github.com/MozillaSecurity/orion
49-
rev:v0.0.6
49+
rev:v0.0.7
5050
hooks:
5151
-id:orion_ci
5252
-repo:meta

‎.taskcluster.yml‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ tasks:
2020
-tox; tox -e codecov
2121
jobs:
2222
include:
23-
-name:tests python 3.7
24-
version:"3.7"
25-
env:
26-
TOXENV:py37
2723
-name:tests python 3.8
2824
version:"3.8"
2925
env:

‎setup.cfg‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ package_dir =
3030
packages =
3131
lithium
3232
lithium.interestingness
33-
python_requires = >=3.7
33+
python_requires = >=3.8
3434
zip_safe = False
3535

3636
[options.entry_points]

‎tox.ini‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{37,38,39,310,311},lint
2+
envlist = py{38,39,310,311},lint
33
skip_missing_interpreters = true
44
tox_pip_extensions_ext_venv_update = true
55

@@ -38,14 +38,14 @@ skip_install = true
3838
commands =
3939
mypy --install-types --non-interactive {posargs}
4040
deps =
41-
mypy==v1.2.0
41+
mypy==v1.3.0
4242
usedevelop = true
4343

4444
[testenv:pylint]
4545
commands =
4646
pylint {posargs}
4747
deps =
48-
pylint==2.17.2
48+
pylint==2.17.4
4949
usedevelop = true
5050

5151
[testenv:pypi]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp