Skip to content

Commit

Permalink
Remove python 3.7 build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lioman committed Oct 28, 2023
1 parent 4f15b1a commit c48f5f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
strategy:
matrix:
config:
- os: ubuntu
python: "3.7"
- os: ubuntu
python: "3.8"
- os: ubuntu
Expand All @@ -28,9 +26,9 @@ jobs:
- os: ubuntu
python: "3.12"
- os: macos
python: "3.7"
python: "3.10"
- os: windows
python: "3.7"
python: "3.10"

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[tox]
envlist = py{3.7,3.8,3.9,3.10,3.11.3.12},docs,flake8
envlist = py{3.8,3.9,3.10,3.11.3.12},docs,flake8

[testenv]
basepython =
py3.7: python3.7
py3.8: python3.8
py3.9: python3.9
py3.10: python3.10
Expand Down

0 comments on commit c48f5f1

Please sign in to comment.