aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-01-19 11:56:33 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2024-01-19 11:56:33 +0200
commit8a2583f261acdf315b5a4fc3713da0d968540327 (patch)
tree609dc2d0d5caabd14fa580b304998e770944acc7
parentci: promote Python 3.12 to non-exp (diff)
downloadpkgcore-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--LICENSE2
-rw-r--r--README.rst4
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
====