Browse Source

Merge JoinMarket-Org/joinmarket-clientserver#1409: CI: Remove Python 3.6 (EOL), add 3.10

b59fdcd623 Remove Python 3.6 (EOL), add 3.10 (Kristaps Kaupe)

Pull request description:

  Subset of #1218. Python 3.6 is not only EOL for a long time, also no more available on ubuntu-latest for GitHub workflows, see https://github.com/JoinMarket-Org/joinmarket-clientserver/actions/runs/3705429480/jobs/6279325863. So this is kinda urgent, our CI is broken otherwise.

Top commit has no ACKs.

Tree-SHA512: 9438202d142666736548872a6850d8c72edcfca09d30ed34ecc7290dfe26e1f3af15860cdafa60cd321321666ee9d44a7a3be54931c808f076e1fe89cf2ccb31
master
Kristaps Kaupe 3 years ago
parent
commit
a2a6211e1f
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  1. 2
      .github/workflows/unittests.yml

2
.github/workflows/unittests.yml

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: ["3.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2

Loading…
Cancel
Save