VOL-5358 - Build & test on the new AMI image
tox.ini
-------
o Add python 3.12 & 3.13 to the list of supported interpreters.
requirements.txt
----------------
o Mildly re-arrange package installation order. Install tools
(lint, coverage) then dev modules.
o Added a stub set of version-less pyton modules in prep for
a 3.12 installation.
Signed-off-by: Joey Armstrong <jarmstrong@linuxfoundation.org>
Change-Id: I5bfe4296b155a8c4bc862577f7a7b820355f13cd
diff --git a/VERSION b/VERSION
index 2d4002e..a12d74b 100755
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-5.5.2-dev2
+5.5.2-dev3
diff --git a/requirements.txt b/requirements.txt
index 4142481..7b6a0f8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -17,13 +17,25 @@
# SPDX-License-Identifier: Apache-2.0
# -----------------------------------------------------------------------
+## Lint
+pre-commit
+ansys-pre-commit-hooks
+
+# googleapis-common-protos
+# protobuf
+
+# grpcio
+# grpcio-tools
+
+# Test coverage
+nose2[coverage_plugin]
+
+# -----------------------------------------------------------------------
+# Changeset with pkg versions: 9a57710f6ae5903009cfdd85ebdf4df970027679
+# -----------------------------------------------------------------------
googleapis-common-protos==1.52.0
grpcio==1.39.0
grpcio-tools==1.39.0
-nose2[coverage_plugin]
protobuf==3.17.3
-pre-commit
-ansys-pre-commit-hooks
-
# [EOF]
diff --git a/tox.ini b/tox.ini
index 8389ad1..219e9be 100755
--- a/tox.ini
+++ b/tox.ini
@@ -17,7 +17,7 @@
; -----------------------------------------------------------------------
[tox]
-envlist = py36,py37,py38,3.10.6
+envlist = py36,py37,py38,3.10.6.py312,py313
skip_missing_interpreters = true
[testenv]