Skip to content

Commit

Permalink
CI changes (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis authored Dec 1, 2021
1 parent e6b7f91 commit e2e3e43
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 10 deletions.
10 changes: 4 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
13 changes: 13 additions & 0 deletions docs/release/ablog-v0.10-released.rst
Original file line number Diff line number Diff line change
Expand Up @@ -261,3 +261,16 @@ Pull Requests merged in:
`Fix typo in "extennsion" <https://github.com/sunpy/ablog/pull/109>`__.
`Catalan translation <https://github.com/sunpy/ablog/pull/113>`__.
`Fix ablog post <https://github.com/sunpy/ablog/pull/114>`__.

ABlog v0.10.21 released
-----------------------
.. post:: Dec 1, 2021
:author: Nabil
:category: Release
:location: World

Pull Requests merged in:

`Fix/multilang feed links <https://github.com/sunpy/ablog/pull/116>`__.

BREAKING CHANGE - DROPPED PYTHON 3.6 SUPPORT
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -27,8 +27,6 @@ extras =
all
docs
tests
setenv =
PYTHONDONTWRITEBYTECODE = 1
passenv =
HTTP_PROXY
HTTPS_PROXY
Expand Down

0 comments on commit e2e3e43

Please sign in to comment.