Skip to content

Commit

Permalink
Python 3.12: Verify compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed May 18, 2024
1 parent d1757d3 commit 73aa803
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.8", "3.11"]
python-version: ["3.8", "3.12"]

env:
OS: ${{ matrix.os }}
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Communications",
"Topic :: Database",
"Topic :: Scientific/Engineering :: Information Analysis",
Expand Down

0 comments on commit 73aa803

Please sign in to comment.