Skip to content

Commit

Permalink
support python 3.12
Browse files Browse the repository at this point in the history
...and drop support for 3.9. Also drop all the release qualifiers,
hopefully nobody pays attention to these.

Signed-off-by: Tycho Andersen <tycho@tycho.pizza>
  • Loading branch information
tych0 committed Nov 10, 2023
1 parent 8f7fe4c commit 069cc58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.9, "3.10", "3.11", "pypy3.9"]
python-version: ["3.10", "3.11", "3.12", "pypy3.9"]
xcbver: [xcb-proto-1.15.2, xcb-proto-1.16.0, master]
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ def finalize_options(self):
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries'
Expand Down

0 comments on commit 069cc58

Please sign in to comment.