Skip to content

Commit

Permalink
Bump CI oldest python version tested from 3.7 to 3.8.
Browse files Browse the repository at this point in the history
3.7 is EOL as of end of June 2023, so hopefully this isn't controversial.
  • Loading branch information
namcsi committed Jul 16, 2023
1 parent d6c3bd5 commit b3262cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- name: "checkout repository"
uses: actions/checkout@v3

- name: "setup python 3.7"
- name: "setup python 3.8"
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.8

- name: "setup python 3.11"
uses: actions/setup-python@v4
Expand Down

0 comments on commit b3262cb

Please sign in to comment.