Skip to content

Commit 4bf59af

Browse files
Added changes to .yml to support blue green / feature testing. updated testing.py
1 parent 06c3c1e commit 4bf59af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Define test matrix - will run tests on all combinations of these
2525
matrix:
2626
os: [ubuntu-latest, windows-latest, macos-latest]
27-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
27+
python-version: ['3.8', '3.9', '3.10', '3.11']
2828

2929
steps:
3030
# Check out the repository code

0 commit comments

Comments
 (0)