Skip to content

Commit 0161f76

Browse files
authored
Merge pull request #103 from briensea/feat-python3.11
Add python3.11
2 parents 87fb0ad + 5994648 commit 0161f76

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.10.x
13+
- 3.7.x up to and including 3.11.x
1414

1515
## Usage
1616

setup.py

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

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

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

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

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ batch:
2121
- "3.8"
2222
- "3.9"
2323
- "3.10"
24+
- "3.11"
2425
phases:
2526
pre_build:
2627
commands:

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

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ batch:
2121
- "3.8"
2222
- "3.9"
2323
- "3.10"
24+
- "3.11"
2425
phases:
2526
pre_build:
2627
commands:

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

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ batch:
2121
- "3.8"
2222
- "3.9"
2323
- "3.10"
24+
- "3.11"
2425
phases:
2526
pre_build:
2627
commands:

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

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

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

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

0 commit comments

Comments
 (0)