File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 strategy :
1515 matrix :
1616 os : [ubuntu, windows, macos]
17- python : [3.8, 3.9]
17+ python : [" 3.8", " 3.9", "3.10" ]
1818 steps :
1919 - name : ⤵️ Check out code from GitHub
2020 uses : actions/checkout@v2.4.0
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 strategy :
1515 matrix :
16- python : [3.8, 3.9]
16+ python : [" 3.8", " 3.9", "3.10" ]
1717 steps :
1818 - name : ⤵️ Check out code from GitHub
1919 uses : actions/checkout@v2.4.0
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ classifiers = [
1717 " Natural Language :: English" ,
1818 " Programming Language :: Python :: 3.8" ,
1919 " Programming Language :: Python :: 3.9" ,
20+ " Programming Language :: Python :: 3.10" ,
2021 " Programming Language :: Python :: 3" ,
2122 " Topic :: Software Development :: Libraries :: Python Modules" ,
2223]
You can’t perform that action at this time.
0 commit comments