Skip to content

Commit

Permalink
Remove py3.8 support for linux aarch64 (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Dec 29, 2023
1 parent ddfc6e1 commit e15ee1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/release-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ workflows:
- linux_aarch64_publish:
matrix:
parameters:
python_ver: ["3.8", "3.9", "3.10", "3.11"]
python_ver: ["3.9", "3.10", "3.11"]
# This is mandatory to trigger a pipeline when pushing a tag
filters:
tags:
Expand Down

0 comments on commit e15ee1d

Please sign in to comment.