Skip to content

Commit

Permalink
Merge branch 'python3.12' of github.com:Pavkazzz/pysimdjson-schemaful…
Browse files Browse the repository at this point in the history
… into python3.12
  • Loading branch information
Pavkazzz committed Mar 24, 2024
2 parents 7059f55 + f2069a2 commit 80fd45f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup python3.12
- name: Setup python3.8
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.8'
- run: python -m pip install poetry==1.6
- run: poetry install
- run: poetry run tox -m mypy
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ labels =
py39 = py39-pydantic{1,2}-pysimdjson{3,4,5,6}
py310 = py310-pydantic{1,2}-pysimdjson{3,4,5,6}
py311 = py311-pydantic{1,2}-pysimdjson{3,5,6}
py312 = py312-pydantic{1,2}-pysimdjson{3,6}
py312 = py312-pydantic{1,2}-pysimdjson{6}

[testenv]
passenv=
Expand All @@ -34,7 +34,7 @@ commands = pytest tests

[testenv:mypy-pydantic{1,2}]
labels = mypy
basepython = python3.12
basepython = python3.8
deps =
mypy
pydantic1: pydantic~=1.0
Expand Down

0 comments on commit 80fd45f

Please sign in to comment.