Skip to content

Commit

Permalink
Tests with py 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lmignon committed Oct 11, 2023
1 parent 21c6e8c commit 1bb07a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
machine: ubuntu-22.04
- python-version: "3.11"
machine: ubuntu-22.04
- python-version: "3.12"
machine: ubuntu-22.04
steps:
- uses: "actions/checkout@v3"
- uses: "actions/setup-python@v4"
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python =
3.9: py39, typing, pypi-description
3.10: py310, typing
3.11: py311, typing
3.11: py312, typing
pypi-description: pypi-description

[tox]
Expand All @@ -15,6 +16,7 @@ envlist =
py39
py310
py311
py312
lint
typing
pypi-description
Expand Down

0 comments on commit 1bb07a5

Please sign in to comment.