We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f4d8b7 commit 5395f2dCopy full SHA for 5395f2d
2 files changed
.github/workflows/python.yml
@@ -67,8 +67,7 @@ jobs:
67
fetch-depth: 0
68
- uses: actions/setup-python@v5
69
with:
70
- python-version: '3.11'
71
- architecture: x64
+ python-version: '3.12'
72
- run: pip install build
73
- run: python -m build
74
- uses: pypa/gh-action-pypi-publish@release/v1
setup.py
@@ -24,6 +24,7 @@ class Package(boilerplates.setup.Package):
24
'Programming Language :: Python :: 3.9',
25
'Programming Language :: Python :: 3.10',
26
'Programming Language :: Python :: 3.11',
27
+ 'Programming Language :: Python :: 3.12',
28
'Programming Language :: Python :: 3 :: Only',
29
'Topic :: Software Development :: Version Control',
30
'Topic :: Software Development :: Version Control :: Git',
0 commit comments