Skip to content

Commit 289d069

Browse files
authored
chore: add python version requirement to contributing doc (#12901)
Adding a note here too as first time users are likely to be following this doc when they see the build fail due to python version incompatibility
1 parent 673addc commit 289d069

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CONTRIBUTING.md

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ able to use it. From the top level of the repo, there are three commands availab
4040
dependencies (`utils`, `core`, `browser`, etc), and all packages which depend on it (currently `gatsby` and `nextjs`))
4141
- `yarn build:dev:watch`, which runs `yarn build:dev` in watch mode (recommended)
4242

43+
Note: Due to package incompatibilities between Python versions, building native binaries currently requires a Python
44+
version <3.12.
45+
4346
You can also run a production build via `yarn build`, which will build everything except for the tarballs for publishing
4447
to NPM. You can use this if you want to bundle Sentry yourself. The build output can be found in the packages `build/`
4548
folder, e.g. `packages/browser/build`. Bundled files can be found in `packages/browser/build/bundles`. Note that there

0 commit comments

Comments
 (0)