Skip to content

Commit

Permalink
fix additional python 3.7 references
Browse files Browse the repository at this point in the history
  • Loading branch information
benbariteau committed Jun 24, 2024
1 parent 3df0462 commit de13211
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
fail-fast: false
matrix:
python-version:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
Expand All @@ -43,6 +42,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.12
- run: pip install tox
- run: tox -e ${{ matrix.tox }}
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.12

- name: Install Python dependencies
run: pip install wheel
Expand Down
2 changes: 1 addition & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[mypy]
python_version = 3.7
python_version = 3.8
show_error_context = true
show_column_numbers = true
warn_unused_ignores = true
Expand Down

0 comments on commit de13211

Please sign in to comment.