Skip to content

Commit

Permalink
.github: Bump python version 3.10 -> 3.12 (#2789)
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-khimov authored Mar 29, 2024
2 parents 5c10c50 + 0e1bd6f commit 0bf01de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10.11'
python-version: '3.12'
- run: python --version

# Hashlib uses OpenSSL for ripemd160 and apparently OpenSSL disabled some older crypto algos around version 3.0
Expand Down

0 comments on commit 0bf01de

Please sign in to comment.