Skip to content

Commit 068a598

Browse files
committed
Removed Python 3.12 from CI/CD as Sympy has version issues
1 parent 5c8f2f9 commit 068a598

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/staging-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
python-version: ["3.8", "3.12"]
24+
python-version: ["3.8"]
2525
steps:
2626
- name: Checkout
2727
uses: actions/checkout@v4

0 commit comments

Comments
 (0)