Skip to content

Commit

Permalink
Python 3.6 reaches EOL at 3 days, Python 3.10 should be tested
Browse files Browse the repository at this point in the history
  • Loading branch information
penguinolog committed Dec 20, 2021
1 parent 4d3285d commit 7738a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]
python-version: [ '3.6' , '3.7', '3.8', '3.9' ]
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down

0 comments on commit 7738a9c

Please sign in to comment.