Skip to content

Commit

Permalink
Support Python versions ≥ 3.8
Browse files Browse the repository at this point in the history
Python 3.7 end of life was on 2023-06-27, 5 months ago.
  • Loading branch information
adrienverge committed Nov 30, 2023
1 parent cbdab3c commit c088710
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.12
- run: pip install flake8 flake8-import-order doc8 Pygments
- run: flake8 .
- run: doc8 README.rst
Expand All @@ -29,10 +29,11 @@ jobs:
strategy:
matrix:
python-version:
- 3.7
- 3.8
- 3.9
- nightly
- 3.10
- 3.11
- 3.12
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit c088710

Please sign in to comment.