Skip to content

Commit f5e3476

Browse files
committed
Remove Python 3.7 from Github CICD actions
1 parent 2b8d41c commit f5e3476

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_python_versions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ on:
1010

1111
jobs:
1212
test_all_python_versions:
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12", "3.13"]
16+
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13"]
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)