commit: 8a2583f261acdf315b5a4fc3713da0d968540327 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Jan 19 09:56:33 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Jan 19 09:56:33 2024 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=8a2583f2
update python version in various places Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> LICENSE | 2 +- README.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index a2bd13448..1d3da3b5b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2006-2019, pkgcore contributors +Copyright (c) 2006-2024, pkgcore contributors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.rst b/README.rst index 603f82f8e..7b18f6802 100644 --- a/README.rst +++ b/README.rst @@ -50,7 +50,7 @@ Installing from git:: Installing from a tarball:: - python setup.py install + pip install . Tests ===== @@ -65,7 +65,7 @@ environments just execute **tox** in the root directory of a repo or unpacked tarball. Otherwise, for a specific python version execute something similar to the following:: - tox -e py39 + tox -e py311 Docs ====
