We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 019eccc + abb3ca6 commit f43d230Copy full SHA for f43d230
.github/workflows/ci.yml
@@ -24,6 +24,7 @@ jobs:
24
- "3.8"
25
- "3.9"
26
- "3.10"
27
+ - "3.11"
28
steps:
29
- uses: actions/checkout@v3
30
- name: Set up Python ${{ matrix.python-version }}
pyproject.toml
@@ -29,6 +29,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
31
"Programming Language :: Python :: 3.10",
32
+ "Programming Language :: Python :: 3.11",
33
"Topic :: Communications :: Chat :: Internet Relay Chat",
34
]
35
requires-python = ">=3.7"
0 commit comments