Skip to content

Commit

Permalink
Add test workflows for Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
edtechre committed May 5, 2023
1 parent 5b9fef1 commit 14af68e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
strategy:
matrix:
python:
- version: "3.11"
toxenv: "py311"
- version: "3.10"
toxenv: "py310"
- version: "3.9"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ build-backend = "setuptools.build_meta"

[tool.black]
line-length = 79
target-version = ["py39", "py310"]
target-version = ["py39", "py310", "py311"]
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ per-file-ignores =
tests/test_*:E203,E402,F403,F405

[tox:tox]
envlist = py39,py310
envlist = py39,py310,py311
isolated_build = True

[testenv]
Expand Down

0 comments on commit 14af68e

Please sign in to comment.