We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b87da commit 5985ac7Copy full SHA for 5985ac7
.github/workflows/ci.yml
@@ -18,6 +18,7 @@ jobs:
18
- { python: '3.9' }
19
- { python: '3.10' }
20
- { python: '3.11' }
21
+ - { python: '3.12' }
22
fail-fast: false
23
name: Python ${{ matrix.deps.python }}
24
steps:
setup.py
@@ -31,6 +31,7 @@
31
'Programming Language :: Python :: 3.9',
32
'Programming Language :: Python :: 3.10',
33
'Programming Language :: Python :: 3.11',
34
+ 'Programming Language :: Python :: 3.12',
35
'Topic :: System :: Hardware :: Hardware Drivers',
36
'Topic :: Software Development :: Libraries :: Python Modules',
37
],
0 commit comments