File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1616
1717 strategy :
1818 matrix :
19- python-version : ["3.7", "3.8", "3.9"]
19+ python-version : ["3.7", "3.8", "3.9", "3.10-dev" ]
2020
2121 steps :
2222 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 77 py_modules = ['cycler' ],
88 description = 'Composable style cycles' ,
99 url = 'https://github.com/matplotlib/cycler' ,
10- platforms = 'Cross platform (Linux, Mac OSX , Windows)' ,
10+ platforms = 'Cross platform (Linux, macOS , Windows)' ,
1111 license = "BSD" ,
1212 python_requires = '>=3.7' ,
1313 classifiers = ['License :: OSI Approved :: BSD License' ,
1616 'Programming Language :: Python :: 3.7' ,
1717 'Programming Language :: Python :: 3.8' ,
1818 'Programming Language :: Python :: 3.9' ,
19+ 'Programming Language :: Python :: 3.10' ,
1920 'Programming Language :: Python :: 3 :: Only' ,
2021 ],
2122 keywords = 'cycle kwargs' ,
You can’t perform that action at this time.
0 commit comments