mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-11 06:24:04 +00:00
CONTRIBUTING: Python3 is supportet
Explicitly state that Python3 is supported and required. Since aptly `v1.5.1` (with commit035d5314b0) the tests are ported to Python3. Witha687df2f4fthe system tests are run with `python3` per default. Withf4a152ab22(after `v1.5.0` aptly tag) the tests run against Python 3.11.
This commit is contained in:
+1
-1
@@ -74,7 +74,7 @@ This section describes local setup to start contributing to aptly source.
|
|||||||
|
|
||||||
### Go & Python
|
### Go & Python
|
||||||
|
|
||||||
You would need `Go` (latest version is recommended) and `Python` 2.7.x (3.x is not supported yet).
|
You would need `Go` (latest version is recommended) and `Python` 3.9 (or newer, the CI currently tests against 3.11).
|
||||||
|
|
||||||
If you're new to Go, follow [getting started guide](https://golang.org/doc/install) to install it and perform
|
If you're new to Go, follow [getting started guide](https://golang.org/doc/install) to install it and perform
|
||||||
initial setup. With Go 1.8+, default `$GOPATH` is `$HOME/go`, so rest of this document assumes that.
|
initial setup. With Go 1.8+, default `$GOPATH` is `$HOME/go`, so rest of this document assumes that.
|
||||||
|
|||||||
Reference in New Issue
Block a user