From 8a2583f261acdf315b5a4fc3713da0d968540327 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 19 Jan 2024 11:56:33 +0200 Subject: update python version in various places Signed-off-by: Arthur Zamarin --- LICENSE | 2 +- README.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index a2bd1344..1d3da3b5 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 603f82f8..7b18f680 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 ==== -- cgit v1.2.3-65-gdbad