This repository was archived by the owner on Jan 10, 2023. It is now read-only.
File tree 5 files changed +12
-44
lines changed
5 files changed +12
-44
lines changed Original file line number Diff line number Diff line change @@ -22,19 +22,15 @@ jobs:
22
22
include :
23
23
- tox_env : lint
24
24
# - tox_env: docs
25
- - tox_env : py36
26
- PREFIX : PYTEST_REQPASS=2
27
- - tox_env : py37
28
- PREFIX : PYTEST_REQPASS=2
25
+ - tox_env : packaging
29
26
- tox_env : py38
30
27
PREFIX : PYTEST_REQPASS=2
31
- - tox_env : py38-devel
32
- PREFIX : PYTEST_REQPASS=2
33
28
- tox_env : py39
34
29
PREFIX : PYTEST_REQPASS=2
35
- - tox_env : py39-devel
30
+ - tox_env : py310
31
+ PREFIX : PYTEST_REQPASS=2
32
+ - tox_env : py310-devel
36
33
PREFIX : PYTEST_REQPASS=2
37
- - tox_env : packaging
38
34
39
35
steps :
40
36
- uses : actions/checkout@v1
Original file line number Diff line number Diff line change 1
1
[mypy]
2
- python_version = 3.6
2
+ python_version = 3.8
3
3
color_output = True
4
4
error_summary = True
5
5
disallow_untyped_calls = True
Original file line number Diff line number Diff line change @@ -26,10 +26,9 @@ classifiers =
26
26
Natural Language :: English
27
27
Operating System :: OS Independent
28
28
Programming Language :: Python :: 3
29
- Programming Language :: Python :: 3.6
30
- Programming Language :: Python :: 3.7
31
29
Programming Language :: Python :: 3.8
32
30
Programming Language :: Python :: 3.9
31
+ Programming Language :: Python :: 3.10
33
32
34
33
Topic :: System :: Systems Administration
35
34
Topic :: Utilities
@@ -46,7 +45,7 @@ keywords =
46
45
47
46
[options]
48
47
use_scm_version = True
49
- python_requires = >=3.6
48
+ python_requires = >=3.8
50
49
package_dir =
51
50
= src
52
51
packages = find:
@@ -55,7 +54,7 @@ zip_safe = False
55
54
56
55
# These are required in actual runtime:
57
56
install_requires =
58
- molecule >= 3.2 .0
57
+ molecule >= 3.5 .0
59
58
pyyaml >= 5.1
60
59
# Backends added here because most users will get confused if by default
61
60
# this module would not work, unless you mention at least one extra.
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ minversion = 3.20.1
4
4
envlist =
5
5
lint
6
6
packaging
7
- py{36,37,38,39}
8
- py{38,39} -{devel}
7
+ py
8
+ py-{devel}
9
9
10
10
skipsdist = True
11
11
isolated_build = True
24
24
# do not make ansible a runtime dependency, keep it specific to tox
25
25
ansible-core >= 2.11
26
26
ansible-lint
27
- molecule[test] >= 3.2.3
28
27
# https://github.com/ansible-community/molecule-containers/pull/32
29
28
filelock
29
+ !devel: molecule[test] >= 3.6.0
30
30
devel: git+https://github.com/ansible-community/molecule# egg=molecule[test]
31
31
devel: git+https://github.com/ansible-community/molecule-docker# egg=molecule-docker
32
32
devel: git+https://github.com/ansible-community/molecule-podman# egg=molecule-podman
@@ -46,6 +46,7 @@ setenv =
46
46
ANSIBLE_VERBOSITY ={env:ANSIBLE_VERBOSITY:0}
47
47
PIP_DISABLE_PIP_VERSION_CHECK =1
48
48
PY_COLORS ={env:PY_COLORS:1}
49
+ PRE_COMMIT_COLOR =always
49
50
# pip: Avoid 2020-01-01 warnings: https://github.com/pypa/pip/issues/6207
50
51
PYTHONWARNINGS =ignore:DEPRECATION::pip._internal.cli.base_command
51
52
PYTHONDONTWRITEBYTECODE =1
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments