Skip to content

Commit

Permalink
ci: move to ubuntu-20.04
Browse files Browse the repository at this point in the history
Drop builds for 3.3 and 3.4
  • Loading branch information
daviddrysdale committed Apr 11, 2023
1 parent 56f8c3a commit 0b7a399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ permissions:
jobs:
build:

runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [2.7, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", 3.11, pypy2.7, pypy3.9]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", 3.11, pypy2.7, pypy3.9]

steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
Expand Down

0 comments on commit 0b7a399

Please sign in to comment.