summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2020-02-12 13:32:08 +0100
committerAnthon van der Neut <anthon@mnt.org>2020-02-12 13:32:08 +0100
commit0bba498f9cbbd6b0a31061520e7505d52e6ef029 (patch)
treead92eb8b2d420d05a85cd18e7566c6ee7cc56222 /__init__.py
parent7864c7dc54ad566bbcdb968da88f03c0f3e57d5b (diff)
downloadruamel.yaml-0bba498f9cbbd6b0a31061520e7505d52e6ef029.tar.gz
update url in meta and .svg in README0.16.10
Diffstat (limited to '__init__.py')
-rw-r--r--__init__.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/__init__.py b/__init__.py
index 940cb6b..7bc157b 100644
--- a/__init__.py
+++ b/__init__.py
@@ -7,8 +7,8 @@ if False: # MYPY
_package_data = dict(
full_package_name='ruamel.yaml',
- version_info=(0, 16, 9),
- __version__='0.16.9',
+ version_info=(0, 16, 10),
+ __version__='0.16.10',
author='Anthon van der Neut',
author_email='a.van.der.neut@ruamel.eu',
description='ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order', # NOQA
@@ -26,6 +26,7 @@ _package_data = dict(
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Programming Language :: Python :: Implementation :: Jython',
@@ -37,7 +38,7 @@ _package_data = dict(
read_the_docs='yaml',
supported=[(2, 7), (3, 5)], # minimum
tox=dict(
- env='*pn', # also test narrow Python 2.7.15 for unicode patterns
+ env='*', # remove 'pn', no longer test narrow Python 2.7 for unicode patterns and PyPy
deps='ruamel.std.pathlib',
fl8excl='_test/lib',
),