Skip to content

Commit 15746fa

Browse files
authored
chore: update ci docker images to slim from slim-bullseye (#120)
* chore: update ci docker images to slim from slim-bullseye * chore: update python->3.12 in ci * docs: update CHANGELOG
1 parent 29cb32a commit 15746fa

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.github/workflows/deploy_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
docs:
1212
runs-on: ubuntu-latest
1313
container:
14-
image: python:3.11-slim-bullseye
14+
image: python:3.12-slim
1515

1616
steps:
1717
- name: Git setup

.github/workflows/tests_and_linters_and_docs_build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
linters:
1010
runs-on: ubuntu-latest
1111
container:
12-
image: python:3.11-slim-bullseye
12+
image: python:3.12-slim
1313

1414
steps:
1515
- name: Git setup
@@ -31,7 +31,7 @@ jobs:
3131
tests:
3232
runs-on: ubuntu-latest
3333
container:
34-
image: python:3.11-slim-bullseye
34+
image: python:3.12-slim
3535

3636
steps:
3737
- name: Git setup
@@ -81,7 +81,7 @@ jobs:
8181
# Only build the docs and don't deploy them
8282
runs-on: ubuntu-latest
8383
container:
84-
image: python:3.11-slim-bullseye
84+
image: python:3.12-slim
8585

8686
steps:
8787
- name: Git setup

.github/workflows/tox_tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
tox_py311:
99
runs-on: ubuntu-latest
1010
container:
11-
image: python:3.11-slim-bullseye
11+
image: python:3.11-slim
1212

1313
steps:
1414
- name: Git setup
@@ -28,7 +28,7 @@ jobs:
2828
tox_py312:
2929
runs-on: ubuntu-latest
3030
container:
31-
image: python:3.12-slim-bullseye
31+
image: python:3.12-slim
3232

3333
steps:
3434
- name: Git setup
@@ -48,7 +48,7 @@ jobs:
4848
tox_py313:
4949
runs-on: ubuntu-latest
5050
container:
51-
image: python:3.13-slim-bullseye
51+
image: python:3.13-slim
5252

5353
steps:
5454
- name: Git and compiler setup

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Release 0.1.2
44

55
- Minor updates to improve code readability.
6+
- Updating python images used in ci.
67

78
## Release 0.1.1
89

0 commit comments

Comments
 (0)