Skip to content

Commit b92e29f

Browse files
committed
chore(SCC): Upgrade Python version to 3.12
Signed-off-by: Bryan Bosely <[email protected]>
1 parent a430ec2 commit b92e29f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

tox.ini

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
[tox]
2-
envlist = py311, py310, py39
2+
envlist = py312
33

44
[gh-actions]
55
python =
6-
3.9: py39
7-
3.10: py310
8-
3.11: py311
6+
3.12: py312
97

10-
[testenv:py39-lint]
11-
basepython = python3.9
8+
[testenv:py312-lint]
9+
basepython = python3.12
1210
deps = pylint
1311
commands = pylint --rcfile=.pylintrc ibm_scc tests/unit tests/integration examples
1412

0 commit comments

Comments
 (0)