Skip to content

Commit

Permalink
Deprecate Python 3.7 (#966)
Browse files Browse the repository at this point in the history
Update `ci.yml` to remove Python 3.7.
  • Loading branch information
WeilerP committed Dec 8, 2022
1 parent ce52f58 commit 1df8b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: [3.7, 3.8, 3.9]
python-version: [3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 1df8b41

Please sign in to comment.