mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2026-03-11 02:16:17 +00:00
Add Python 3.9 to test matrix and classifiers
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -16,5 +16,8 @@ jobs:
|
||||
- uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: "3.8"
|
||||
- uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: "3.9"
|
||||
- run: python -m pip install --upgrade tox
|
||||
- run: tox
|
||||
|
||||
Reference in New Issue
Block a user