File tree Expand file tree Collapse file tree 4 files changed +425
-1
lines changed Expand file tree Collapse file tree 4 files changed +425
-1
lines changed Original file line number Diff line number Diff line change 14
14
- " 3.8"
15
15
- " 3.9"
16
16
- " 3.10"
17
+ - " 3.11"
17
18
component :
18
19
- arangodb
19
20
- azurite
Original file line number Diff line number Diff line change 1
- PYTHON_VERSIONS = 3.7 3.8 3.9 3.10
1
+ PYTHON_VERSIONS = 3.7 3.8 3.9 3.10 3.11
2
2
PYTHON_VERSION ?= 3.10
3
3
IMAGE = testcontainers-python:${PYTHON_VERSION}
4
4
REQUIREMENTS = $(addprefix requirements/,${PYTHON_VERSIONS:=.txt})
Original file line number Diff line number Diff line change 37
37
"Programming Language :: Python :: 3.8" ,
38
38
"Programming Language :: Python :: 3.9" ,
39
39
"Programming Language :: Python :: 3.10" ,
40
+ "Programming Language :: Python :: 3.11" ,
40
41
"Topic :: Software Development :: Libraries :: Python Modules" ,
41
42
"Operating System :: Microsoft :: Windows" ,
42
43
"Operating System :: POSIX" ,
You can’t perform that action at this time.
0 commit comments