Skip to content

Commit

Permalink
Stop testing Python 3.5 support. (#1048)
Browse files Browse the repository at this point in the history
Immediately motivated by these builds breaking on GitHub Actions:
actions/setup-python#866 but we also do not
need to support Ubuntu 16.04 any longer.

I think we should do one more release of ros_buildfarm, if possible,
before allowing e.g. f-strings and other newer language features. But if
ever there was a repo that wanted f-strings it's this one.
  • Loading branch information
nuclearsandwich authored May 17, 2024
1 parent 7fa41d2 commit 8e8381f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: ['3.5', '3.6']
python: ['3.6']
steps:
- name: Check out project
uses: actions/checkout@v2
Expand All @@ -79,7 +79,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: ['3.5', '3.6']
python: ['3.6']
steps:
- name: Check out project
uses: actions/checkout@v2
Expand All @@ -102,7 +102,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: ['3.5', '3.6']
python: ['3.6']
steps:
- name: Check out project
uses: actions/checkout@v2
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: ['3.5', '3.6']
python: ['3.6']
steps:
- name: Check out project
uses: actions/checkout@v2
Expand All @@ -152,7 +152,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: ['3.5', '3.6']
python: ['3.6']
steps:
- name: Check out project
uses: actions/checkout@v2
Expand All @@ -173,7 +173,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: ['3.5', '3.6']
python: ['3.6']
steps:
- name: Check out project
uses: actions/checkout@v2
Expand All @@ -193,7 +193,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: ['3.5', '3.6']
python: ['3.6']
steps:
- name: Check out project
uses: actions/checkout@v2
Expand All @@ -210,7 +210,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: ['3.5', '3.6']
python: ['3.6']
steps:
- name: Check out project
uses: actions/checkout@v2
Expand Down

0 comments on commit 8e8381f

Please sign in to comment.