File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 strategy :
1212 matrix :
13- python-version : ["3.10 "]
13+ python-version : ["3.11 "]
1414 steps :
1515 - uses : actions/checkout@v3
1616
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 strategy :
1111 matrix :
12- python-version : ["3.9", "3.10 "]
12+ python-version : ["3.9", "3.11 "]
1313 steps :
1414 - uses : actions/checkout@v3
1515
5454
5555 strategy :
5656 matrix :
57- python-version : ["3.10 "]
57+ python-version : ["3.11 "]
5858
5959 steps :
6060 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1- 3.10.7 3.9.13
1+ 3.11.0 3. 10.7 3.9.13
Original file line number Diff line number Diff line change 11poetry 1.2.1
2- python 3.10.7 3.9.13
2+ python 3.11.0 3. 10.7 3.9.13
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ classifiers = [
1515 " Programming Language :: Python :: 3" ,
1616 " Programming Language :: Python :: 3.9" ,
1717 " Programming Language :: Python :: 3.10" ,
18+ " Programming Language :: Python :: 3.11" ,
1819 " Topic :: Utilities" ,
1920 " Topic :: System :: Shells" ,
2021]
You can’t perform that action at this time.
0 commit comments