Skip to content

Commit

Permalink
Python 3.6 is not tested anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Dec 11, 2022
1 parent 16ef22b commit 3082362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Jupytext ChangeLog

**Fixed**
- Jupytext's contents manager can be derived from asynchronous contents manager (now the default since `jupyter_server==2.0.0`) ([#1020](https://github.com/mwouts/jupytext/issues/1020))
- Jupytext is not tested anymore against Python 3.6 anymore, so we now require Python 3.7 or above.


1.14.3 (2022-12-11)
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"markdown-it-py>=1.0.0,<3.0.0",
"mdit_py_plugins",
],
python_requires="~=3.6",
python_requires="~=3.7",
extras_require={
# left for back-compatibility
"myst": [],
Expand All @@ -56,7 +56,6 @@
"Topic :: Text Processing :: Markup",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit 3082362

Please sign in to comment.