File tree Expand file tree Collapse file tree 4 files changed +8
-11
lines changed
Expand file tree Collapse file tree 4 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 runs-on : ubuntu-latest
1414 strategy :
1515 matrix :
16- python-version : ["3.9", "3. 10", "3.11", "3.12"]
16+ python-version : ["3.10", "3.11", "3.12"]
1717 min_versions : ["min_versions", "latest_versions"]
1818 exclude :
1919 - min_versions : " min_versions"
2020 include :
21- - python-version : " 3.9 "
21+ - python-version : " 3.10 "
2222 min_versions : " min_versions"
2323
2424 steps :
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ local_scheme = "no-local-version"
1111[tool .black ]
1212line-length = 100
1313target-version = [
14- " py39" ,
1514 " py310" ,
1615 " py311" ,
1716 " py312" ,
Original file line number Diff line number Diff line change 5252 },
5353 license = "Apache License 2.0" ,
5454 packages = find_namespace_packages (include = ["luigi_tools*" ]),
55- python_requires = ">=3.9 " ,
55+ python_requires = ">=3.10 " ,
5656 use_scm_version = True ,
5757 setup_requires = [
5858 "setuptools_scm" ,
7171 "License :: OSI Approved :: Apache Software License" ,
7272 "Programming Language :: Python" ,
7373 "Programming Language :: Python :: 3" ,
74- "Programming Language :: Python :: 3.9" ,
7574 "Programming Language :: Python :: 3.10" ,
7675 "Programming Language :: Python :: 3.11" ,
7776 "Programming Language :: Python :: 3.12" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ envlist =
88 lint
99 docs
1010 min_versions
11- py{39, 310,311,312}
11+ py{310,311,312}
1212 coverage
1313
1414minversion = 3.18
@@ -45,7 +45,7 @@ commands =
4545 twine check {envtmpdir}/dist/*
4646
4747[testenv:min_versions]
48- basepython = python3.9
48+ basepython = python3.10
4949deps =
5050 Requirements-Builder
5151commands_pre =
@@ -54,7 +54,7 @@ commands_pre =
5454 pip freeze
5555
5656[testenv:lint]
57- basepython = python3.9
57+ basepython = python3.10
5858deps =
5959 mock
6060 pre-commit
@@ -65,7 +65,7 @@ commands =
6565 pylint -j {env:PYLINT_NPROCS:1} {[base]files}
6666
6767[testenv:format]
68- basepython = python3.9
68+ basepython = python3.10
6969skip_install = true
7070deps =
7171 codespell
@@ -84,7 +84,6 @@ commands = make html SPHINXOPTS=-W
8484
8585[gh-actions]
8686python =
87- 3.9: py39, lint
88- 3.10: py310, check-packaging
87+ 3.10: py310, lint, check-packaging
8988 3.11: py311, docs
9089 3.12: py312
You can’t perform that action at this time.
0 commit comments