diff options
| author | Theron Luhn <theron@luhn.com> | 2020-12-11 09:21:41 -0800 |
|---|---|---|
| committer | Theron Luhn <theron@luhn.com> | 2020-12-11 09:21:41 -0800 |
| commit | 43bd1a16de441d971bb6e1f3f6dbae055394e324 (patch) | |
| tree | a87e5f7e18b224b9a2f8a2751f972d550751e48b /.github | |
| parent | 86cb46d4d977d3a948308326bee628421cab93ea (diff) | |
| parent | 6cf061e170039ff48e7f892f1176d1ab359e2001 (diff) | |
| download | pyramid-43bd1a16de441d971bb6e1f3f6dbae055394e324.tar.gz pyramid-43bd1a16de441d971bb6e1f3f6dbae055394e324.tar.bz2 pyramid-43bd1a16de441d971bb6e1f3f6dbae055394e324.zip | |
Merge remote-tracking branch 'upstream/master' into wiki2-request-identity
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci-tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index a16421a0b..625c6a60f 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -15,10 +15,10 @@ jobs: strategy: matrix: py: - - "3.5" - "3.6" - "3.7" - "3.8" + - "3.9" - "pypy3" os: - "ubuntu-latest" |
