Skip to content

Commit

Permalink
chore: Update list of Python versions for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay-Lysenko committed Aug 27, 2023
1 parent a748fca commit 4b79a9f
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 @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9]
python-version: [3.9.17, 3.10.12, 3.11.4]

steps:
- name: Checkout repository
Expand Down

0 comments on commit 4b79a9f

Please sign in to comment.