File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6767 fetch-depth : 0
6868 - uses : actions/setup-python@v5
6969 with :
70- python-version : ' 3.11'
71- architecture : x64
70+ python-version : ' 3.12'
7271 - run : pip install build
7372 - run : python -m build
7473 - uses : pypa/gh-action-pypi-publish@release/v1
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ class Package(boilerplates.setup.Package):
2424 'Programming Language :: Python :: 3.9' ,
2525 'Programming Language :: Python :: 3.10' ,
2626 'Programming Language :: Python :: 3.11' ,
27+ 'Programming Language :: Python :: 3.12' ,
2728 'Programming Language :: Python :: 3 :: Only' ,
2829 'Topic :: Software Development :: Version Control' ,
2930 'Topic :: Software Development :: Version Control :: Git' ,
You can’t perform that action at this time.
0 commit comments