Skip to content

Commit 072cab4

Browse files
Copilotmartinpopel
andcommitted
Follow PEP 639, update Python 3.6 to 3.9 in README, bump version to 0.5.2
Co-authored-by: martinpopel <724617+martinpopel@users.noreply.github.com>
1 parent bd37f67 commit 072cab4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Python framework for processing Universal Dependencies data
66
[![Documentation Status](https://readthedocs.org/projects/udapi/badge/)](http://udapi.readthedocs.io)
77

88
## Requirements
9-
- You need Python 3.6 or higher.
9+
- You need Python 3.9 or higher.
1010
- If the [ufal.udpipe](https://pypi.python.org/pypi/ufal.udpipe/) parser is needed,
1111
make sure you have a C++11 compiler (e.g. [g++ 4.7 or newer](.travis.yml#L9))
1212
and install UDPipe with `pip3 install --user --upgrade ufal.udpipe`.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "udapi"
7-
version = "0.5.1"
7+
version = "0.5.2"
88
description = "Python framework for processing Universal Dependencies data"
99
readme = "README.md"
1010
requires-python = ">=3.9"
11-
license = {text = "GNU General Public License v2 or later (GPLv2+)"}
11+
license = {file = "LICENSE"}
1212
authors = [
1313
{name = "Martin Popel", email = "popel@ufal.mff.cuni.cz"}
1414
]

0 commit comments

Comments
 (0)