Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,6 @@ jobs:
- { os: ubuntu-22.04-arm, target: aarch64-unknown-linux-gnu }
- { os: ubuntu-24.04-arm, target: aarch64-unknown-linux-gnu }
- { os: macos-15-intel, target: x86_64-apple-darwin }
- { os: macos-14, target: x86_64-apple-darwin }
- { os: macos-15, target: x86_64-apple-darwin }
- { os: macos-14, target: aarch64-apple-darwin }
- { os: macos-15, target: aarch64-apple-darwin }
- { os: windows-2022, target: x86_64-pc-windows-msvc }
Expand Down
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ development source code and as such may not be routinely kept up to date.

# __NEXT__

## Development

* We no longer test the macOS x86 standalone archive on aarch64 machines (Apple
Silicon). Apple Silicon users should be using the native aarch64 standalone
archive. If you encounter any issues starting with this version, first try
[re-installing Nextstrain CLI](https://docs.nextstrain.org/projects/cli/en/__NEXT__/installation/).
([#537](https://github.com/nextstrain/cli/pull/537))

# 11.0.0 (5 May 2026)

Expand Down
8 changes: 8 additions & 0 deletions doc/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ development source code and as such may not be routinely kept up to date.
(v-next)=
## __NEXT__

(v-next-development)=
### Development

* We no longer test the macOS x86 standalone archive on aarch64 machines (Apple
Silicon). Apple Silicon users should be using the native aarch64 standalone
archive. If you encounter any issues starting with this version, first try
[re-installing Nextstrain CLI](https://docs.nextstrain.org/projects/cli/en/__NEXT__/installation/).
([#537](https://github.com/nextstrain/cli/pull/537))

(v11-0-0)=
## 11.0.0 (5 May 2026)
Expand Down
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,6 @@ def find_namespaced_packages(namespace):
# https://github.com/fsspec/filesystem_spec/pull/1358 that causes the
# error described in https://github.com/fsspec/s3fs/issues/790
"fsspec[s3] !=2023.9.1",

# pyjwt[crypto] depends on cryptography. Our standalone build has issues
# with 49.0.0, so it is avoided here as a temporary fix.
# <https://github.com/nextstrain/cli/issues/535>
"cryptography <49.0.0",
],

extras_require = {
Expand Down
Loading