Bump Python to 3.11 on release and devel_release workflows

Sopel dropped support for Python 3.7
This commit is contained in:
2023-08-13 20:09:35 +02:00
parent a950c724bb
commit cb147f46eb
4 changed files with 102 additions and 102 deletions

View File

@ -196,9 +196,9 @@ def get_test_job(*, config, test_config, test_id, version_flavor, jobs):
"steps": [
{"uses": "actions/checkout@v3"},
{
"name": "Set up Python 3.7",
"name": "Set up Python 3.11",
"uses": "actions/setup-python@v4",
"with": {"python-version": 3.7},
"with": {"python-version": 3.11},
},
*downloads,
*unpack,