Skip to content

Commit 338ab04

Browse files
CI tests python 3.12 and 3.13 now (#293)
1 parent d107433 commit 338ab04

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ env:
2525
- TEST_PLATFORM=std2-all PYTHON_VERSION=3.9 PG_VERSION=17
2626
- TEST_PLATFORM=std2-all PYTHON_VERSION=3.10 PG_VERSION=17
2727
- TEST_PLATFORM=std2-all PYTHON_VERSION=3.11 PG_VERSION=17
28+
- TEST_PLATFORM=std2-all PYTHON_VERSION=3.12 PG_VERSION=17
29+
- TEST_PLATFORM=std2-all PYTHON_VERSION=3.13 PG_VERSION=17
2830
- TEST_PLATFORM=std PYTHON_VERSION=3 PG_VERSION=16
2931
- TEST_PLATFORM=std PYTHON_VERSION=3 PG_VERSION=15
3032
- TEST_PLATFORM=std PYTHON_VERSION=3 PG_VERSION=14

Dockerfile--std2-all.tmpl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ ENV PYTHON_VERSION=3.10
4444
FROM base2_with_python-3 as base3_with_python-3.11
4545
ENV PYTHON_VERSION=3.11
4646

47+
# --------------------------------------------- base3_with_python-3.12
48+
FROM base2_with_python-3 as base3_with_python-3.12
49+
ENV PYTHON_VERSION=3.12
50+
51+
# --------------------------------------------- base3_with_python-3.13
52+
FROM base2_with_python-3 as base3_with_python-3.13
53+
ENV PYTHON_VERSION=3.13
54+
4755
# --------------------------------------------- final
4856
FROM base3_with_python-${PYTHON_VERSION} as final
4957

0 commit comments

Comments
 (0)