Skip to content

Commit 5985ac7

Browse files
Add support for Python 3.12 (#138)
1 parent 16b87da commit 5985ac7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- { python: '3.9' }
1919
- { python: '3.10' }
2020
- { python: '3.11' }
21+
- { python: '3.12' }
2122
fail-fast: false
2223
name: Python ${{ matrix.deps.python }}
2324
steps:

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
'Programming Language :: Python :: 3.9',
3232
'Programming Language :: Python :: 3.10',
3333
'Programming Language :: Python :: 3.11',
34+
'Programming Language :: Python :: 3.12',
3435
'Topic :: System :: Hardware :: Hardware Drivers',
3536
'Topic :: Software Development :: Libraries :: Python Modules',
3637
],

0 commit comments

Comments
 (0)