diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fd6be4e9..9af767c2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -66,11 +66,9 @@ stages: apt: - pandoc envs: - - macos: py36 - - windows: py36-sphinx3 - - linux: py37-sphinx2 - - linux: py37-sphinx3 - - linux: py39-sphinx4 + - macos: py37-sphinx2 + - windows: py37-sphinx3 + - linux: py310-sphinx4 - linux: py38-sphinxdev - - linux: py38-conda + - linux: py39-conda - linux: py39-docs diff --git a/docs/release/ablog-v0.10-released.rst b/docs/release/ablog-v0.10-released.rst index eefb5372..0698706b 100644 --- a/docs/release/ablog-v0.10-released.rst +++ b/docs/release/ablog-v0.10-released.rst @@ -261,3 +261,16 @@ Pull Requests merged in: `Fix typo in "extennsion" `__. `Catalan translation `__. `Fix ablog post `__. + +ABlog v0.10.21 released +----------------------- +.. post:: Dec 1, 2021 + :author: Nabil + :category: Release + :location: World + +Pull Requests merged in: + +`Fix/multilang feed links `__. + +BREAKING CHANGE - DROPPED PYTHON 3.6 SUPPORT diff --git a/setup.cfg b/setup.cfg index 4e061fd4..501d9a79 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,7 +11,7 @@ edit_on_github = True github_project = sunpy/ablog [options] -python_requires = >=3.6 +python_requires = >=3.7 packages = find: include_package_data = True setup_requires = setuptools_scm diff --git a/tox.ini b/tox.ini index 2d7ff1ed..468c3aba 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py{36,37,38,39}{,-sphinx2,-sphinx3,-sphinx4,-sphinxdev,-docs,-conda} + py{36,37,38,39,310}{,-sphinx2,-sphinx3,-sphinx4,-sphinxdev,-docs,-conda} codestyle requires = setuptools >= 30.3.0 @@ -27,8 +27,6 @@ extras = all docs tests -setenv = - PYTHONDONTWRITEBYTECODE = 1 passenv = HTTP_PROXY HTTPS_PROXY