Skip to content

Commit

Permalink
fix(conda): pin python to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vringar committed Jan 19, 2025
1 parent 34826ac commit cd5f0de
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
11 changes: 6 additions & 5 deletions docs/Release-Checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ We aim to release a new version of OpenWPM with each new Firefox release (~1 rel
1. Go to: <https://hg.mozilla.org/releases/mozilla-release/tags>.
2. Find the commit hash for the Firefox release version you'd like to upgrade to.
3. Update the `TAG` variable in [`scripts/install-firefox.sh`](../scripts/install-firefox.sh#L12) to that hash and the comment to the new tag name.
2. Run `./scripts/update.sh`
3. Increment the version number in [VERSION](../VERSION)
4. Add a summary of changes since the last version to [CHANGELOG](../CHANGELOG.md)
5. Squash and merge the release PR to master.
6. Publish a new release from <https://github.com/openwpm/OpenWPM/releases>:
2. Check if we can unpin our python version (this requires Linux to test) See <https://github.com/openwpm/OpenWPM/issues/1111>
3. Run `./scripts/update.sh`
4. Increment the version number in [VERSION](../VERSION)
5. Add a summary of changes since the last version to [CHANGELOG](../CHANGELOG.md)
6. Squash and merge the release PR to master.
7. Publish a new release from <https://github.com/openwpm/OpenWPM/releases>:
1. Click "Draft a new release".
2. Enter the "Tag version" and "Release title" as `vX.X.X`.
3. In the description:
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions scripts/environment-unpinned.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ dependencies:
- plyvel
- psutil
- pyarrow
- python
# See https://github.com/openwpm/OpenWPM/issues/1111
- python=3.12
- pyvirtualdisplay
- redis-py
- s3fs
Expand All @@ -28,7 +29,7 @@ dependencies:
- tblib
- wget
- pip:
- jsonschema
- domain-utils
- dataclasses-json
- domain-utils
- jsonschema
- tranco

0 comments on commit cd5f0de

Please sign in to comment.