File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 fail-fast : false
1414 matrix :
1515 include :
16- - python : ' ^3.11'
16+ - python : ' ^3.12'
17+ os : ubuntu-latest
18+ - python : ' 3.12'
1719 os : macos-latest
1820 - python : ' 3.11'
1921 os : windows-latest
2931 runs-on : ${{matrix.os}}
3032 steps :
3133 - name : Download source
32- uses : actions/checkout@v3
34+ uses : actions/checkout@v4
3335 - name : Install Python
3436 uses : actions/setup-python@v4
3537 with :
@@ -51,11 +53,11 @@ jobs:
5153 runs-on : ubuntu-latest
5254 steps :
5355 - name : Download source
54- uses : actions/checkout@v3
56+ uses : actions/checkout@v4
5557 - name : Install Python
5658 uses : actions/setup-python@v4
5759 with :
58- python-version : ' 3.10 '
60+ python-version : ' 3.12 '
5961 - name : Install Hatch
6062 run : |
6163 pip install hatch
Original file line number Diff line number Diff line change 1313 - name : Setup Python
1414 uses : actions/setup-python@v4
1515 with :
16- python-version : ' 3.11 '
16+ python-version : ' 3.12 '
1717 - name : Install dependencies
1818 run : pip install -U build
1919 - name : Build package
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ classifiers = [
2323 " Programming Language :: Python :: 3.9" ,
2424 " Programming Language :: Python :: 3.10" ,
2525 " Programming Language :: Python :: 3.11" ,
26+ " Programming Language :: Python :: 3.12" ,
2627 " Topic :: Documentation" ,
2728 " Topic :: Software Development :: Documentation" ,
2829 " Topic :: Text Processing :: Markup :: Markdown" ,
You can’t perform that action at this time.
0 commit comments