File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 99 strategy :
1010 matrix :
1111 os : [ ubuntu-latest ]
12- python-version : [ 3.8, 3.9, 3.10.2 ]
12+ python-version : [ 3.8, 3.11.0 ]
1313 steps :
1414 - uses : actions/checkout@v2
1515 - name : Set up Python ${{ matrix.python-version }}
2626 runs-on : ubuntu-latest
2727 strategy :
2828 matrix :
29- python-version : [ 3.8, 3.9, 3.10.2 ]
29+ python-version : [ 3.8, 3.11.0 ]
3030 steps :
3131 - uses : actions/checkout@v2
3232 - name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -33,8 +33,7 @@ classifiers =
3333 Operating System :: OS Independent
3434 Programming Language :: Python
3535 Programming Language :: Python :: 3.8
36- Programming Language :: Python :: 3.9
37- Programming Language :: Python :: 3.10
36+ Programming Language :: Python :: 3.11.0
3837 Programming Language :: Python :: 3 :: Only
3938 Topic :: Scientific/Engineering :: Artificial Intelligence
4039
You can’t perform that action at this time.
0 commit comments