Skip to content

Commit

Permalink
Bump python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lejafar authored Apr 26, 2023
1 parent 9900173 commit ce4f2ee
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 @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python: [3.8, 3.7, 3.6, 3.5]
python: [3.10, 3.9, 3.8, 3.7, 3.6, 3.5]
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit ce4f2ee

Please sign in to comment.