diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-19 11:56:33 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-19 11:56:33 +0200 |
commit | 8a2583f261acdf315b5a4fc3713da0d968540327 (patch) | |
tree | 609dc2d0d5caabd14fa580b304998e770944acc7 | |
parent | ci: promote Python 3.12 to non-exp (diff) | |
download | pkgcore-8a2583f261acdf315b5a4fc3713da0d968540327.tar.gz pkgcore-8a2583f261acdf315b5a4fc3713da0d968540327.tar.bz2 pkgcore-8a2583f261acdf315b5a4fc3713da0d968540327.zip |
update python version in various places
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | README.rst | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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 ==== |