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/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]