Skip to content

Commit ed59042

Browse files
committed
Merge branch support-python-311 from gruebel
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
2 parents b49c40a + d173d57 commit ed59042

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@v3
4747

4848
- name: Setup Python environment
49-
uses: actions/setup-python@v3
49+
uses: actions/setup-python@v4
5050
with:
5151
python-version: ${{ matrix.python-version }}
5252
architecture: "x64"

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ classifiers =
1818
Programming Language :: Python :: 3.8
1919
Programming Language :: Python :: 3.9
2020
Programming Language :: Python :: 3.10
21+
Programming Language :: Python :: 3.11
2122
Topic :: Software Development :: Libraries
2223
Topic :: Utilities
2324
Typing :: Typed

0 commit comments

Comments
 (0)