Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MUYSC
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jorge Alfredo Jaimes Teherán
MUYSC
Commits
8f3174a2
Unverified
Commit
8f3174a2
authored
3 years ago
by
Chris Holdgraf
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/workflows/tests.yml
+1
-1
1 addition, 1 deletion
.github/workflows/tests.yml
setup.cfg
+3
-3
3 additions, 3 deletions
setup.cfg
tox.ini
+2
-2
2 additions, 2 deletions
tox.ini
with
6 additions
and
6 deletions
.github/workflows/tests.yml
+
1
−
1
View file @
8f3174a2
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
setup.cfg
+
3
−
3
View file @
8f3174a2
...
@@ -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]
...
...
This diff is collapsed.
Click to expand it.
tox.ini
+
2
−
2
View file @
8f3174a2
...
@@ -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
=
py3
7
-sphinx3
envlist
=
py3
9
-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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment