Skip to content

Commit 02a5288

Browse files
committed
V5.0.1
1 parent da99272 commit 02a5288

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ name: CI/CD Pipeline
55
branches: ["**"]
66
tags: ['v*']
77

8-
env:
9-
PYTHON_VERSIONS: '["3.12", "3.13"]'
108

119
jobs:
1210
test:
@@ -16,7 +14,7 @@ jobs:
1614
fail-fast: false
1715
matrix:
1816
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
19-
python-version: ${{ fromJSON(env.PYTHON_VERSIONS) }}
17+
python-version: ["3.12", "3.13"]
2018
steps:
2119
- uses: actions/checkout@v4
2220

@@ -53,7 +51,7 @@ jobs:
5351
strategy:
5452
matrix:
5553
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
56-
python-version: ${{ fromJSON(env.PYTHON_VERSIONS) }}
54+
python-version: ["3.12", "3.13"]
5755
steps:
5856
- uses: actions/checkout@v4
5957

0 commit comments

Comments
 (0)