Skip to content

Commit

Permalink
Add python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jlubken committed Feb 7, 2023
1 parent 2f25b9c commit eba3b0a
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
target: ["3.7", "3.8", "3.9", "3.10.6"]
target: ["3.7", "3.8", "3.9", "3.10.6", "3.11"]
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Utilities",
]
Expand Down Expand Up @@ -89,7 +90,7 @@ Tracker = "https://github.com/pennsignals/dsdk/issues"

[tool.black]
line-length = 79
target-version = ["py37","py38","py39","py310"]
target-version = ["py37","py38","py39","py310","py311"]

[tool.coverage.report]
exclude_lines = [
Expand Down

0 comments on commit eba3b0a

Please sign in to comment.