File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313
1414 - uses : actions/checkout@v2
1515
16- - name : Setup python3.9
16+ - name : Setup python3.10
1717 uses : actions/setup-python@v2
1818 with :
19- python-version : " 3.9 "
19+ python-version : " 3.10 "
2020
2121 - name : Resetting git to master
2222 run : git reset --hard master
Original file line number Diff line number Diff line change 5555
5656 matrix :
5757 python :
58- - ' 3.9'
5958 - ' 3.10'
6059 - ' 3.11'
6160 - ' 3.12'
@@ -117,7 +116,6 @@ jobs:
117116
118117 matrix :
119118 python :
120- - ' 3.9'
121119 - ' 3.10'
122120 - ' 3.11'
123121 steps :
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ classifiers = [
2424 " Operating System :: POSIX :: Linux" ,
2525 " Operating System :: POSIX" ,
2626 " Programming Language :: Python :: 3" ,
27- " Programming Language :: Python :: 3.9" ,
2827 " Programming Language :: Python :: 3.10" ,
2928 " Programming Language :: Python :: 3.11" ,
3029 " Programming Language :: Python :: 3.12" ,
You can’t perform that action at this time.
0 commit comments