Skip to content

Commit

Permalink
Remove py3.8 support for linux aarch64 (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Dec 29, 2023
1 parent 19632ce commit ddfc6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/dev-release-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- run:
name: "build package and publish"
command: |
conda create -n build python=3.8 -y
conda create -n build python=3.9 -y
conda activate build
sh ./build_wheel_entrypoint.sh
Expand Down

0 comments on commit ddfc6e1

Please sign in to comment.