Skip to content

Commit 0363956

Browse files
committed
Force CI refresh: update workflow name and ensure Python 3.12 configuration is used
1 parent 5a6a192 commit 0363956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: CI - Fixed Python Versions
22

33
on:
44
push:
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, windows-latest, macos-latest]
15-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"] # Updated to use supported Python versions
15+
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"] # Fixed: Using supported Python versions only
1616

1717
steps:
1818
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)