Skip to content

Commit 209ea2a

Browse files
authored
Merge pull request #264 from casparvl/bump_ubuntu_ci_and_disable_python_36
Bump ubuntu versions and disable python 3.6 tests
2 parents 616e3e3 + b0658bb commit 209ea2a

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.github/workflows/automatic_versioning.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ on: [push, pull_request, workflow_dispatch]
44
permissions: read-all
55
jobs:
66
test_versioning_from_tarball:
7-
# ubuntu <= 20.04 is required for python 3.6
8-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-22.04
98
strategy:
109
fail-fast: false
1110
matrix:
12-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
11+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
1312
steps:
1413
# - name: Check out repository
1514
# uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

.github/workflows/check_versions.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ on: [push, pull_request, workflow_dispatch]
44
permissions: read-all
55
jobs:
66
test_fallback_version_against_tags:
7-
# ubuntu <= 20.04 is required for python 3.6
8-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-22.04
98
strategy:
109
fail-fast: false
1110
steps:

.github/workflows/pip_install.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ on: [push, pull_request, workflow_dispatch]
44
permissions: read-all
55
jobs:
66
test_pip_install:
7-
# ubuntu <= 20.04 is required for python 3.6
8-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-22.04
98
strategy:
109
fail-fast: false
1110
matrix:
12-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
11+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
1312
steps:
1413
- name: Check out repository
1514
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

0 commit comments

Comments
 (0)