Bump Python to 3.11 (#214)

Sopel dropped support for Python 3.7
This commit is contained in:
2023-08-11 20:24:26 +02:00
committed by GitHub
parent 7255d65514
commit a950c724bb
4 changed files with 44 additions and 44 deletions

View File

@ -125,9 +125,9 @@ def get_build_job(*, software_config, software_id, version_flavor):
*cache,
{"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},
},
*install_steps,
*upload_steps(software_id),