We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda888a commit 1eadbc9Copy full SHA for 1eadbc9
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ on: [push, pull_request]
5
jobs:
6
tests:
7
name: "Python ${{ matrix.python-version }}"
8
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
9
strategy:
10
matrix:
11
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
0 commit comments