Skip to content

Commit a2cb481

Browse files
THEBAULT JulienLujeni
authored andcommitted
build(python): revbump from 3.9 to 3.12
1 parent ac38311 commit a2cb481

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/make-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414

15-
- name: Set up Python 3.9
15+
- name: Set up Python 3.12
1616
uses: actions/setup-python@v2
1717
with:
18-
python-version: "3.9"
18+
python-version: "3.12"
1919

2020
- name: Install dependencies
2121
run: |

.mypy.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[mypy]
2-
python_version = 3.7
2+
python_version = 3.12
33
mypy_path = gitlab2sentry
44

55
[mypy-pytest]
6-
ignore_missing_imports = True
6+
ignore_missing_imports = True

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9-slim
1+
FROM python:3.12-slim
22

33
WORKDIR /usr/src/app
44

0 commit comments

Comments
 (0)