Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b510295

Browse files
committedJul 22, 2024
Drop Python 3.7 and add 3.10 and 3.11
Python 3.7 has reached EOL and no longer receives security updates.
1 parent 57a9b12 commit b510295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: [3.7, 3.8, 3.9]
18+
python-version: ["3.8", "3.9", "3.10", "3.11"]
1919

2020
steps:
2121
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)
Please sign in to comment.