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 1414 - " 3.8"
1515 - " 3.9"
1616 - " 3.10"
17+ - " 3.11"
1718 component :
1819 - arangodb
1920 - 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
22PYTHON_VERSION ?= 3.10
33IMAGE = testcontainers-python:${PYTHON_VERSION}
44REQUIREMENTS = $(addprefix requirements/,${PYTHON_VERSIONS:=.txt})
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments