From eabc088e43bd08b40dddf742b557eeebc0e0cc11 Mon Sep 17 00:00:00 2001 From: Sean O Brien Date: Mon, 22 May 2023 14:50:22 +0000 Subject: [PATCH] Add python3.10. --- README.md | 2 +- setup.py | 1 + tests/integration/codebuild/buildspec.os.alpine.yml | 1 + tests/integration/codebuild/buildspec.os.amazonlinux.1.yml | 3 ++- tests/integration/codebuild/buildspec.os.amazonlinux.2.yml | 3 ++- tests/integration/codebuild/buildspec.os.centos.yml | 3 ++- tests/integration/codebuild/buildspec.os.debian.yml | 3 ++- tests/integration/codebuild/buildspec.os.ubuntu.yml | 3 ++- 8 files changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b8d79d5..051f492 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ You can include this package in your preferred base image to make that base imag ## Requirements The Python Runtime Interface Client package currently supports Python versions: - - 3.7.x up to and including 3.9.x + - 3.7.x up to and including 3.10.x ## Usage diff --git a/setup.py b/setup.py index a005074..8274bc5 100644 --- a/setup.py +++ b/setup.py @@ -88,6 +88,7 @@ def read_requirements(req="base.txt"): "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", ], diff --git a/tests/integration/codebuild/buildspec.os.alpine.yml b/tests/integration/codebuild/buildspec.os.alpine.yml index f938447..9d172b6 100644 --- a/tests/integration/codebuild/buildspec.os.alpine.yml +++ b/tests/integration/codebuild/buildspec.os.alpine.yml @@ -22,6 +22,7 @@ batch: - "3.7" - "3.8" - "3.9" + - "3.10" phases: pre_build: commands: diff --git a/tests/integration/codebuild/buildspec.os.amazonlinux.1.yml b/tests/integration/codebuild/buildspec.os.amazonlinux.1.yml index a5cd1bc..b9b0be9 100644 --- a/tests/integration/codebuild/buildspec.os.amazonlinux.1.yml +++ b/tests/integration/codebuild/buildspec.os.amazonlinux.1.yml @@ -20,6 +20,7 @@ batch: - "3.7" - "3.8" - "3.9" + - "3.10" phases: pre_build: commands: @@ -98,4 +99,4 @@ phases: - docker rm --force "${TEST_NAME}-app" || true - docker stop "${TEST_NAME}-tester" || true - docker rm --force "${TEST_NAME}-tester" || true - - docker network rm "${TEST_NAME}-network" || true \ No newline at end of file + - docker network rm "${TEST_NAME}-network" || true diff --git a/tests/integration/codebuild/buildspec.os.amazonlinux.2.yml b/tests/integration/codebuild/buildspec.os.amazonlinux.2.yml index 4ce4b1f..42d091a 100644 --- a/tests/integration/codebuild/buildspec.os.amazonlinux.2.yml +++ b/tests/integration/codebuild/buildspec.os.amazonlinux.2.yml @@ -20,6 +20,7 @@ batch: - "3.7" - "3.8" - "3.9" + - "3.10" phases: pre_build: commands: @@ -107,4 +108,4 @@ phases: - docker rm --force "${TEST_NAME}-app" || true - docker stop "${TEST_NAME}-tester" || true - docker rm --force "${TEST_NAME}-tester" || true - - docker network rm "${TEST_NAME}-network" || true \ No newline at end of file + - docker network rm "${TEST_NAME}-network" || true diff --git a/tests/integration/codebuild/buildspec.os.centos.yml b/tests/integration/codebuild/buildspec.os.centos.yml index 900860e..07e5c82 100644 --- a/tests/integration/codebuild/buildspec.os.centos.yml +++ b/tests/integration/codebuild/buildspec.os.centos.yml @@ -20,6 +20,7 @@ batch: - "3.7" - "3.8" - "3.9" + - "3.10" phases: pre_build: commands: @@ -107,4 +108,4 @@ phases: - docker rm --force "${TEST_NAME}-app" || true - docker stop "${TEST_NAME}-tester" || true - docker rm --force "${TEST_NAME}-tester" || true - - docker network rm "${TEST_NAME}-network" || true \ No newline at end of file + - docker network rm "${TEST_NAME}-network" || true diff --git a/tests/integration/codebuild/buildspec.os.debian.yml b/tests/integration/codebuild/buildspec.os.debian.yml index a9187f5..a63f4d8 100644 --- a/tests/integration/codebuild/buildspec.os.debian.yml +++ b/tests/integration/codebuild/buildspec.os.debian.yml @@ -21,6 +21,7 @@ batch: - "3.7" - "3.8" - "3.9" + - "3.10" phases: pre_build: commands: @@ -110,4 +111,4 @@ phases: - docker rm --force "${TEST_NAME}-app" || true - docker stop "${TEST_NAME}-tester" || true - docker rm --force "${TEST_NAME}-tester" || true - - docker network rm "${TEST_NAME}-network" || true \ No newline at end of file + - docker network rm "${TEST_NAME}-network" || true diff --git a/tests/integration/codebuild/buildspec.os.ubuntu.yml b/tests/integration/codebuild/buildspec.os.ubuntu.yml index 8a882a8..1735d4c 100644 --- a/tests/integration/codebuild/buildspec.os.ubuntu.yml +++ b/tests/integration/codebuild/buildspec.os.ubuntu.yml @@ -21,6 +21,7 @@ batch: - "3.7" - "3.8" - "3.9" + - "3.10" phases: pre_build: commands: @@ -108,4 +109,4 @@ phases: - docker rm --force "${TEST_NAME}-app" || true - docker stop "${TEST_NAME}-tester" || true - docker rm --force "${TEST_NAME}-tester" || true - - docker network rm "${TEST_NAME}-network" || true \ No newline at end of file + - docker network rm "${TEST_NAME}-network" || true