Skip to content

Commit 0772b79

Browse files
committed
chore: update Python version from 3.9 to 3.11
This will fix security bugs that aren't fixed in version 3.9 of Debian Bullseye, these are considered old CVEs that will never be fixed in these old versions. Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
1 parent 36fbf7b commit 0772b79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update.yml

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

2323
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
2424
with:
25-
python-version: 3.9
25+
python-version: 3.11
2626

2727
- name: Run update script
2828
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3

0 commit comments

Comments
 (0)