Skip to content

Commit f43d230

Browse files
authored
Merge pull request #2384 from sopel-irc/ci-3.11
ci: begin testing on Python 3.11
2 parents 019eccc + abb3ca6 commit f43d230

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- "3.8"
2525
- "3.9"
2626
- "3.10"
27+
- "3.11"
2728
steps:
2829
- uses: actions/checkout@v3
2930
- name: Set up Python ${{ matrix.python-version }}

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ classifiers = [
2929
"Programming Language :: Python :: 3.8",
3030
"Programming Language :: Python :: 3.9",
3131
"Programming Language :: Python :: 3.10",
32+
"Programming Language :: Python :: 3.11",
3233
"Topic :: Communications :: Chat :: Internet Relay Chat",
3334
]
3435
requires-python = ">=3.7"

0 commit comments

Comments
 (0)