Skip to content

Commit 3d810fa

Browse files
committed
[ENH] Update Python version in GitHub workflow
The Python version used in the workflow has been updated from 3.8 to 3.10. This change will allow the software to align more with the latest available Python version supporting more features and enhancements.
1 parent d25dd4a commit 3d810fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
matrix:
2727
os: [ubuntu, ] # macos, windows] # Only Linux currently.
2828
case:
29-
- python-version: 3.8
29+
- python-version: 3.10
3030
name: basic
3131
os: ubuntu
3232

0 commit comments

Comments
 (0)