Skip to content

Commit c7d7009

Browse files
authored
Mark support for python 3.11 (#206)
1 parent 26521c2 commit c7d7009

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy3.9']
11+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', 'pypy3.9']
1212

1313
steps:
1414
- uses: actions/checkout@v3

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"Programming Language :: Python :: 3.8",
5353
"Programming Language :: Python :: 3.9",
5454
"Programming Language :: Python :: 3.10",
55+
"Programming Language :: Python :: 3.11",
5556
"Topic :: Utilities",
5657
"Topic :: System"
5758
]

0 commit comments

Comments
 (0)