Skip to content

Commit

Permalink
[ENH] Update Python version in GitHub workflow
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Leguark committed Apr 29, 2024
1 parent d25dd4a commit 3d810fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
matrix:
os: [ubuntu, ] # macos, windows] # Only Linux currently.
case:
- python-version: 3.8
- python-version: 3.10
name: basic
os: ubuntu

Expand Down

0 comments on commit 3d810fa

Please sign in to comment.