Skip to content
Snippets Groups Projects
Unverified Commit 8f3174a2 authored by Chris Holdgraf's avatar Chris Holdgraf Committed by GitHub
Browse files

MAINT: Remove Python 3.6 and add Python 3.9 (#1626)

parent 9ac546ab
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,7 @@ jobs: ...@@ -97,7 +97,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python-version: ["3.6", "3.7", "3.8"] python-version: ["3.7", "3.8", "3.9"]
sphinx: [">=3,<4", ">=4,<5"] sphinx: [">=3,<4", ">=4,<5"]
steps: steps:
......
...@@ -14,9 +14,10 @@ classifiers = ...@@ -14,9 +14,10 @@ classifiers =
License :: OSI Approved :: BSD License License :: OSI Approved :: BSD License
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Libraries :: Python Modules Topic :: Software Development :: Libraries :: Python Modules
Topic :: Text Processing :: Markup Topic :: Text Processing :: Markup
...@@ -54,8 +55,7 @@ install_requires = ...@@ -54,8 +55,7 @@ install_requires =
sphinx_togglebutton sphinx_togglebutton
sphinxcontrib-bibtex>=2.2.0,<=2.5.0 sphinxcontrib-bibtex>=2.2.0,<=2.5.0
sphinx-multitoc-numbering~=0.1.3 sphinx-multitoc-numbering~=0.1.3
importlib_metadata;python_version < "3.7" python_requires = >=3.7
python_requires = >=3.6
include_package_data = True include_package_data = True
[options.entry_points] [options.entry_points]
......
...@@ -11,12 +11,12 @@ ...@@ -11,12 +11,12 @@
# then then deleting compiled files has been found to fix it: `find . -name \*.pyc -delete` # then then deleting compiled files has been found to fix it: `find . -name \*.pyc -delete`
[tox] [tox]
envlist = py37-sphinx3 envlist = py39-sphinx3
[testenv] [testenv]
usedevelop = true usedevelop = true
[testenv:py{36,37,38,39}-sphinx{3,4}] [testenv:py{37,38,39}-sphinx{3,4}]
extras = testing extras = testing
deps = deps =
sphinx3: sphinx>=3,<4 sphinx3: sphinx>=3,<4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment