Skip to content

Commit eba3b0a

Browse files
committed
Add python 3.11
1 parent 2f25b9c commit eba3b0a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
target: ["3.7", "3.8", "3.9", "3.10.6"]
14+
target: ["3.7", "3.8", "3.9", "3.10.6", "3.11"]
1515
steps:
1616
- name: checkout
1717
uses: actions/checkout@v2

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ classifiers = [
2626
"Programming Language :: Python :: 3.8",
2727
"Programming Language :: Python :: 3.9",
2828
"Programming Language :: Python :: 3.10",
29+
"Programming Language :: Python :: 3.11",
2930
"Programming Language :: Python :: Implementation :: CPython",
3031
"Topic :: Utilities",
3132
]
@@ -89,7 +90,7 @@ Tracker = "https://github.com/pennsignals/dsdk/issues"
8990

9091
[tool.black]
9192
line-length = 79
92-
target-version = ["py37","py38","py39","py310"]
93+
target-version = ["py37","py38","py39","py310","py311"]
9394

9495
[tool.coverage.report]
9596
exclude_lines = [

0 commit comments

Comments
 (0)