File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1212 runs-on : Ubuntu-latest
1313 strategy :
1414 matrix :
15- python-version : ["3.8", "3.9", "3.10"]
15+ python-version : ["3.8", "3.9", "3.10", "3.11" ]
1616 steps :
1717 - uses : actions/checkout@v3
1818 - name : Set up Python ${{ matrix.python-version }}
4040 runs-on : macOS-latest
4141 strategy :
4242 matrix :
43- python-version : ["3.8", "3.9", "3.10"]
43+ python-version : ["3.8", "3.9", "3.10", "3.11" ]
4444 steps :
4545 - uses : actions/checkout@v3
4646 - name : Set up Python ${{ matrix.python-version }}
6868 runs-on : windows-latest
6969 strategy :
7070 matrix :
71- python-version : ["3.8", "3.9", "3.10"]
71+ python-version : ["3.8", "3.9", "3.10", "3.11" ]
7272 steps :
7373 - uses : actions/checkout@v3
7474 - name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ def parse_requirements_file(filename):
5858 "Programming Language :: Python :: 3.8" ,
5959 "Programming Language :: Python :: 3.9" ,
6060 "Programming Language :: Python :: 3.10" ,
61+ "Programming Language :: Python :: 3.11" ,
6162 "Topic :: Scientific/Engineering" ,
6263 "Operating System :: Microsoft :: Windows" ,
6364 "Operating System :: POSIX" ,
You can’t perform that action at this time.
0 commit comments