Skip to content

Commit 1eb893a

Browse files
Update python Docker tag to v3.13.3
1 parent 852d8ea commit 1eb893a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: setup python
3939
uses: actions/setup-python@v5
4040
with:
41-
python-version: '3.10'
41+
python-version: '3.13'
4242
architecture: 'x64'
4343
- run: python --version
4444
- run: python -m pip install --upgrade pip

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: make git
3838
- uses: actions/setup-python@v5
3939
with:
40-
python-version: '3.11'
40+
python-version: '3.13'
4141
architecture: 'x64'
4242
- run: python --version
4343
- run: python -m pip install --upgrade pip
@@ -61,7 +61,7 @@ jobs:
6161
include-prerelease: true
6262
- uses: actions/setup-python@v5
6363
with:
64-
python-version: '3.11'
64+
python-version: '3.13'
6565
architecture: 'x64'
6666
- run: python --version
6767
- run: python -m pip install --upgrade pip

.python-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12.3
1+
3.13.3

0 commit comments

Comments
 (0)