File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2323 fail-fast : false
2424 matrix :
2525 os : ["ubuntu-latest"]
26- python-version : ["3.8 ", "3.12"]
26+ python-version : ["3.9 ", "3.12"]
2727
2828 env :
2929 OS : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ license = { file = "LICENSE" }
3636authors = [
3737 {
name =
" Andreas Motl" ,
email =
" [email protected] " },
3838]
39- requires-python = " >=3.8 "
39+ requires-python = " >=3.9 "
4040classifiers = [
4141 " Development Status :: 1 - Planning" ,
4242 " Environment :: Web Environment" ,
@@ -52,7 +52,6 @@ classifiers = [
5252 " Intended Audience :: Telecommunications Industry" ,
5353 " License :: OSI Approved :: MIT License" ,
5454 " Programming Language :: Python :: 3 :: Only" ,
55- " Programming Language :: Python :: 3.8" ,
5655 " Programming Language :: Python :: 3.9" ,
5756 " Programming Language :: Python :: 3.10" ,
5857 " Programming Language :: Python :: 3.11" ,
You can’t perform that action at this time.
0 commit comments