Skip to content

Commit 7922c3f

Browse files
author
Pieter van Beerendonk
committed
add py version to travis.yml
1 parent 0a6165f commit 7922c3f

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
steps:
1010
- name: Checkout code
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v4
1212

1313
- name: Run tests with pytest
1414
run: docker-compose run --rm tester

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ python:
44
- "3.5"
55
- "3.6"
66
- "3.7"
7+
- "3.12"
78
cache:
89
pip: true
910
install:

docker/backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:12
1+
FROM debian:bookworm
22

33
# install dependencies
44
RUN apt-get update -qq && \

docker/tester/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:12
1+
FROM debian:bookworm
22

33
# install dependencies
44
RUN apt-get update -qq && \

0 commit comments

Comments
 (0)