@@ -15,10 +15,10 @@ classifiers = [
1515 " Environment :: Web Environment" ,
1616 " Intended Audience :: Developers" ,
1717 " Programming Language :: Python" ,
18- " Programming Language :: Python :: 3.6" ,
1918 " Programming Language :: Python :: 3.7" ,
2019 " Programming Language :: Python :: 3.8" ,
2120 " Programming Language :: Python :: 3.9" ,
21+ " Programming Language :: Python :: 3.10" ,
2222 " Programming Language :: Python :: Implementation :: PyPy" ,
2323 " Topic :: Utilities" ,
2424 " Topic :: System :: Shells"
@@ -31,12 +31,13 @@ readme = "README.md"
3131"Bug Tracker" = " https://github.com/tmux-python/tmuxp/issues"
3232Documentation = " https://tmuxp.git-pull.com"
3333Repository = " https://github.com/tmux-python/tmuxp"
34+ Changes = " https://github.com/tmux-python/tmuxp/blob/master/CHANGES"
3435
3536[tool .poetry .scripts ]
3637tmuxp = ' tmuxp:cli.cli'
3738
3839[tool .poetry .dependencies ]
39- python = " ^3.6 "
40+ python = " ^3.7 "
4041click = " >7,<8.1"
4142kaptan = " >=0.5.10"
4243libtmux = " ~0.10.2"
@@ -46,7 +47,6 @@ colorama = ">=0.3.9"
4647# ## Docs ###
4748sphinx = " *"
4849alagitpull = " ~0.1.0"
49- sphinx-issues = " ^1.2.0"
5050aafigure = " >=0.6"
5151pillow = " *"
5252sphinx-autodoc-typehints = " ^1.12.0"
@@ -63,7 +63,7 @@ codecov = "*"
6363coverage = " *"
6464
6565# ## Format ###
66- black = {version =" ==21.9b0 " , python = " ^3.6.2 " }
66+ black = {version =" ==21.12b0 " }
6767isort = " *"
6868
6969# ## Lint ###
@@ -73,7 +73,7 @@ flake8 = "*"
7373twine = " *"
7474
7575[tool .poetry .extras ]
76- docs = [" sphinx" , " myst_parser" , " sphinx-issues " , " alagitpull" , " sphinx-autodoc-typehints" , " aafigure" , " pillow" ]
76+ docs = [" sphinx" , " myst_parser" , " alagitpull" , " sphinx-autodoc-typehints" , " aafigure" , " pillow" ]
7777test = [" pytest" , " pytest-rerunfailures" , " pytest-mock" ]
7878coverage = [" codecov" , " coverage" , " pytest-cov" ]
7979format = [" black" , " isort" ]
0 commit comments