Skip to content

Commit f3a8d48

Browse files
committed
update devenv config for python 3.11.9
1 parent cebeda2 commit f3a8d48

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

devenv/config.ini

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[venv.sentry]
2-
python = 3.11.6
2+
python = 3.11.9
33
path = .venv
44
requirements = requirements-dev.txt
55
editable =
@@ -8,7 +8,7 @@ editable =
88
# bins =
99

1010
[venv.getsentry]
11-
python = 3.11.6
11+
python = 3.11.9
1212
# technically these are conflicting paths but getsentry is special
1313
# and would rather keep devenv config symlinked
1414
path = .venv
@@ -17,15 +17,15 @@ editable = .
1717
# but we'll just install it during sync as it's rarely populated
1818
requirements = sentry-requirements-dev-frozen.txt
1919

20-
[python3.11.6]
21-
darwin_x86_64 = https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.11.6+20231002-x86_64-apple-darwin-install_only.tar.gz
22-
darwin_x86_64_sha256 = 178cb1716c2abc25cb56ae915096c1a083e60abeba57af001996e8bc6ce1a371
23-
darwin_arm64 = https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.11.6+20231002-aarch64-apple-darwin-install_only.tar.gz
24-
darwin_arm64_sha256 = 916c35125b5d8323a21526d7a9154ca626453f63d0878e95b9f613a95006c990
25-
linux_x86_64 = https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.11.6+20231002-x86_64-unknown-linux-gnu-install_only.tar.gz
26-
linux_x86_64_sha256 = ee37a7eae6e80148c7e3abc56e48a397c1664f044920463ad0df0fc706eacea8
27-
linux_arm64 = https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.11.6+20231002-aarch64-unknown-linux-gnu-install_only.tar.gz
28-
linux_arm64_sha256 = 3e26a672df17708c4dc928475a5974c3fb3a34a9b45c65fb4bd1e50504cc84ec
20+
[python3.11.9]
21+
darwin_x86_64 = https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.11.9+20240415-x86_64-apple-darwin-install_only.tar.gz
22+
darwin_x86_64_sha256 = 9afd734f63a23783cf0257bef25c9231ffc80e7747486dc54cf72f325213fd15
23+
darwin_arm64 = https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.11.9+20240415-aarch64-apple-darwin-install_only.tar.gz
24+
darwin_arm64_sha256 = 7af7058f7c268b4d87ed7e08c2c7844ef8460863b3e679db3afdce8bb1eedfae
25+
linux_x86_64 = https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.11.9+20240415-x86_64-unknown-linux-gnu-install_only.tar.gz
26+
linux_x86_64_sha256 = 78b1c16a9fd032997ba92a60f46a64f795cd18ff335659dfdf6096df277b24d5
27+
linux_arm64 = https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.11.9+20240415-aarch64-unknown-linux-gnu-install_only.tar.gz
28+
linux_arm64_sha256 = b3a7199ac2615d75fb906e5ba556432efcf24baf8651fc70370d9f052d4069ee
2929

3030
[colima]
3131
darwin_x86_64 = https://github.com/abiosoft/colima/releases/download/v0.6.6/colima-Darwin-x86_64
@@ -41,12 +41,12 @@ version = v0.6.6
4141

4242
# kept here only for compatibility with older `devenv`
4343
[python]
44-
version = 3.11.6
45-
darwin_x86_64 = https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.11.6+20231002-x86_64-apple-darwin-install_only.tar.gz
46-
darwin_x86_64_sha256 = 178cb1716c2abc25cb56ae915096c1a083e60abeba57af001996e8bc6ce1a371
47-
darwin_arm64 = https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.11.6+20231002-aarch64-apple-darwin-install_only.tar.gz
48-
darwin_arm64_sha256 = 916c35125b5d8323a21526d7a9154ca626453f63d0878e95b9f613a95006c990
49-
linux_x86_64 = https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.11.6+20231002-x86_64-unknown-linux-gnu-install_only.tar.gz
50-
linux_x86_64_sha256 = ee37a7eae6e80148c7e3abc56e48a397c1664f044920463ad0df0fc706eacea8
51-
linux_arm64 = https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.11.6+20231002-aarch64-unknown-linux-gnu-install_only.tar.gz
52-
linux_arm64_sha256 = 3e26a672df17708c4dc928475a5974c3fb3a34a9b45c65fb4bd1e50504cc84ec
44+
version = 3.11.9
45+
darwin_x86_64 = https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.11.9+20240415-x86_64-apple-darwin-install_only.tar.gz
46+
darwin_x86_64_sha256 = 9afd734f63a23783cf0257bef25c9231ffc80e7747486dc54cf72f325213fd15
47+
darwin_arm64 = https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.11.9+20240415-aarch64-apple-darwin-install_only.tar.gz
48+
darwin_arm64_sha256 = 7af7058f7c268b4d87ed7e08c2c7844ef8460863b3e679db3afdce8bb1eedfae
49+
linux_x86_64 = https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.11.9+20240415-x86_64-unknown-linux-gnu-install_only.tar.gz
50+
linux_x86_64_sha256 = 78b1c16a9fd032997ba92a60f46a64f795cd18ff335659dfdf6096df277b24d5
51+
linux_arm64 = https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.11.9+20240415-aarch64-unknown-linux-gnu-install_only.tar.gz
52+
linux_arm64_sha256 = b3a7199ac2615d75fb906e5ba556432efcf24baf8651fc70370d9f052d4069ee

0 commit comments

Comments
 (0)