Skip to content

Commit 10913dc

Browse files
committed
Add Python3.12.
1 parent 2d0c421 commit 10913dc

8 files changed

+8
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can include this package in your preferred base image to make that base imag
1010

1111
## Requirements
1212
The Python Runtime Interface Client package currently supports Python versions:
13-
- 3.7.x up to and including 3.11.x
13+
- 3.7.x up to and including 3.12.x
1414

1515
## Usage
1616

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ def read_requirements(req="base.txt"):
9090
"Programming Language :: Python :: 3.9",
9191
"Programming Language :: Python :: 3.10",
9292
"Programming Language :: Python :: 3.11",
93+
"Programming Language :: Python :: 3.12",
9394
"License :: OSI Approved :: Apache Software License",
9495
"Operating System :: OS Independent",
9596
],

tests/integration/codebuild/buildspec.os.alpine.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ batch:
2424
- "3.9"
2525
- "3.10"
2626
- "3.11"
27+
- "3.12"
2728
phases:
2829
pre_build:
2930
commands:

tests/integration/codebuild/buildspec.os.amazonlinux.1.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ batch:
2222
- "3.9"
2323
- "3.10"
2424
- "3.11"
25+
- "3.12"
2526
phases:
2627
pre_build:
2728
commands:

tests/integration/codebuild/buildspec.os.amazonlinux.2.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ batch:
2222
- "3.9"
2323
- "3.10"
2424
- "3.11"
25+
- "3.12"
2526
phases:
2627
pre_build:
2728
commands:

tests/integration/codebuild/buildspec.os.centos.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ batch:
2222
- "3.9"
2323
- "3.10"
2424
- "3.11"
25+
- "3.12"
2526
phases:
2627
pre_build:
2728
commands:

tests/integration/codebuild/buildspec.os.debian.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ batch:
2323
- "3.9"
2424
- "3.10"
2525
- "3.11"
26+
- "3.12"
2627
phases:
2728
pre_build:
2829
commands:

tests/integration/codebuild/buildspec.os.ubuntu.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ batch:
2323
- "3.9"
2424
- "3.10"
2525
- "3.11"
26+
- "3.12"
2627
phases:
2728
pre_build:
2829
commands:

0 commit comments

Comments
 (0)