File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 strategy :
88 matrix :
99 os : [ubuntu-latest, macos-latest, windows-latest]
10- python-version : [3.6 , 3.7 , 3.8, 3.9 ]
10+ python-version : [3.7 , 3.8 , 3.9, "3.10" ]
1111 steps :
1212 - uses : actions/checkout@master
1313 - name : Setup Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 55
66setup (
77 name = "mkdocs-charts-plugin" ,
8- version = "0.0.5 " ,
8+ version = "0.0.6 " ,
99 description = "MkDocs plugin to add charts from data" ,
1010 long_description = long_description ,
1111 long_description_content_type = "text/markdown" ,
2020 "Operating System :: OS Independent" ,
2121 "Programming Language :: Python" ,
2222 "Programming Language :: Python :: 3" ,
23- "Programming Language :: Python :: 3.6" ,
2423 "Programming Language :: Python :: 3.7" ,
2524 "Programming Language :: Python :: 3.8" ,
2625 "Programming Language :: Python :: 3.9" ,
26+ "Programming Language :: Python :: 3.10" ,
2727 "License :: OSI Approved :: MIT License" ,
2828 ],
2929 install_requires = ["mkdocs>=1.1" , "pymdown-extensions>=9.1" ],
You can’t perform that action at this time.
0 commit comments