File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 fail-fast : false
1212 matrix :
1313 os : [ubuntu-latest, macos-latest]
14- python-version : [3.7 , 3.8 ]
14+ python-version : [3.9 , 3.12 ]
1515 exclude :
1616 - os : macos-latest
17- python-version : 3.8
17+ python-version : 3.12
1818
1919 steps :
2020 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1515 fail-fast : false
1616 matrix :
1717 os : [ubuntu-latest]
18- python-version : [3.7 ]
18+ python-version : [3.9 ]
1919
2020 steps :
2121 - name : Copy Repository Contents ↩
Original file line number Diff line number Diff line change 1111 fail-fast : false
1212 matrix :
1313 os : [ubuntu-latest, macos-latest]
14- python-version : [3.7 ]
14+ python-version : [3.9 ]
1515
1616 steps :
1717 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 2525 "License :: OSI Approved :: MIT License" ,
2626 "Operating System :: OS Independent" ,
2727 ],
28- python_requires = ">=3.6 " ,
28+ python_requires = ">=3.9 " ,
2929 install_requires = requirements ,
3030 include_package_data = True ,
3131)
You can’t perform that action at this time.
0 commit comments