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

Commit32a4e14

Browse files
committed
Drop support for Python 3.8
1 parent0731a5e commit32a4e14

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

‎.pre-commit-config.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
rev:v3.16.0
1212
hooks:
1313
-id:pyupgrade
14-
args:['--py38-plus']
14+
args:['--py39-plus']
1515
-repo:https://github.com/ambv/black
1616
rev:24.4.2
1717
hooks:

‎.taskcluster.yml‎

Lines changed: 1 addition & 5 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.8
24-
version:"3.8"
25-
env:
26-
TOXENV:py38,lint
2723
-name:tests python 3.9
2824
version:"3.9"
2925
env:
@@ -41,7 +37,7 @@ tasks:
4137
env:
4238
TOXENV:py312,lint
4339
-name:PyPI upload
44-
version:"3.8"
40+
version:"3.9"
4541
env:
4642
TOXENV:pypi
4743
script:

‎tox.ini‎

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp