Skip to content

Commit

Permalink
Declare support Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
pR0Ps committed Jan 19, 2024
1 parent 2cf737d commit ac5cf7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
fail-fast: false
steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: OS Independent",
"Topic :: Communications :: Chat",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)"
Expand Down

0 comments on commit ac5cf7e

Please sign in to comment.