Skip to content

Commit

Permalink
Merge pull request #71 from Snailed/add-py3.7-to-tests
Browse files Browse the repository at this point in the history
Add python 3.7 to test pipeline
  • Loading branch information
PedramBakh committed May 2, 2024
2 parents d122cce + a8648e9 commit b0b077e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8','3.9', '3.10', '3.11', '3.12']
python-version: ['3.7', '3.8','3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
isolated_build = True
envlist = py38, py39, py310, py311, py312
envlist = py37, py38, py39, py310, py311, py312

[testenv]
deps=pyfakefs
Expand Down

0 comments on commit b0b077e

Please sign in to comment.