1
1
mirror of https://github.com/sshuttle/sshuttle.git synced 2025-07-03 08:11:17 +02:00

Merge pull request from cclauss/patch-1

pythonpackage.yml: Add Python 3.10 to the testing
This commit is contained in:
Brian May
2021-11-02 16:59:58 +11:00
committed by GitHub

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
steps:
- uses: actions/checkout@v2.3.5