Skip to content
Merged
Changes from 1 commit
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
Next Next commit
Updated cfg
  • Loading branch information
Panos authored and pkittenis committed Dec 3, 2022
commit a928f887cc577913ec861fb329990cec9951a5e7
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,20 +141,20 @@ workflows:
matrix:
parameters:
python_ver:
- "3.6"
- "3.8"
- "3.9"
# - "3.6"
# - "3.8"
# - "3.9"
- "3.11"
filters:
tags:
ignore: /.*/
- manylinux-x86_64: &manylinux-wf
context: Docker
filters:
tags:
only: /.*/
branches:
ignore: /.*/
# filters:
# tags:
# only: /.*/
# branches:
# ignore: /.*/
- manylinux-aarch64: *manylinux-wf
- osx:
matrix:
Expand Down