Skip to content

Commit

Permalink
Remove python 3.7 and add 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jolynch committed Apr 17, 2024
1 parent be22648 commit dc852a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Tox and any other packages
run: pip install tox
- name: Run Tox (pydantic v1)
- name: Run end-to-end test suite
run: tox -e py
- name: Run Tox (full pre-commit check)
- name: Run linters via pre-commit
run: tox -e pre-commit
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist=py37, py38, py39
envlist=py38, py39, py310

[testenv]
usedevelop = True
Expand All @@ -15,7 +15,7 @@ commands =

[testenv:dev]
envdir = .tox/dev
basepython=python3.8
basepython=python3.10
passenv = *
deps =
ipython
Expand Down

0 comments on commit dc852a2

Please sign in to comment.