Skip to content

Commit a342b60

Browse files
committed
fix(build): test the package with 3.12
1 parent 1b8c77b commit a342b60

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ ubuntu ]
17-
python-version: ["3.9", "3.10", "3.11"]
17+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1818
runs-on: ${{ matrix.os }}-latest
1919
steps:
2020
- uses: actions/checkout@v4

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ packages = [
5656
"Issue Tracker" = "https://github.com/testcontainers/testcontainers-python/issues"
5757

5858
[tool.poetry.dependencies]
59-
python = ">=3.9,<3.12"
59+
python = ">=3.9,<4.0"
6060
docker = "*" # ">=4.0"
6161
urllib3 = "*" # "<2.0"
6262
wrapt = "*" # "^1.16.0"

0 commit comments

Comments
 (0)