Skip to content

Commit

Permalink
update tested Python versions
Browse files Browse the repository at this point in the history
- 3.7 is EOL
- 3.11 and 3.12 got released
  • Loading branch information
vroldanbet committed Oct 16, 2023
1 parent b91ca30 commit c726734
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
strategy:
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
steps:
- uses: "actions/checkout@v3"
- uses: "actions/setup-python@v4"
Expand Down

0 comments on commit c726734

Please sign in to comment.