Skip to content

Commit 40a5e95

Browse files
Merge pull request testcontainers#317 from santi/feat/python-3.11-builds
Add Python3.11 to build matrix
2 parents 63ad996 + db17147 commit 40a5e95

File tree

4 files changed

+425
-1
lines changed

4 files changed

+425
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- "3.8"
1515
- "3.9"
1616
- "3.10"
17+
- "3.11"
1718
component:
1819
- arangodb
1920
- azurite

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PYTHON_VERSIONS = 3.7 3.8 3.9 3.10
1+
PYTHON_VERSIONS = 3.7 3.8 3.9 3.10 3.11
22
PYTHON_VERSION ?= 3.10
33
IMAGE = testcontainers-python:${PYTHON_VERSION}
44
REQUIREMENTS = $(addprefix requirements/,${PYTHON_VERSIONS:=.txt})

meta/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"Programming Language :: Python :: 3.8",
3838
"Programming Language :: Python :: 3.9",
3939
"Programming Language :: Python :: 3.10",
40+
"Programming Language :: Python :: 3.11",
4041
"Topic :: Software Development :: Libraries :: Python Modules",
4142
"Operating System :: Microsoft :: Windows",
4243
"Operating System :: POSIX",

0 commit comments

Comments
 (0)