Skip to content

Commit

Permalink
use multiple python versions in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yagays committed Nov 4, 2023
1 parent 81b6a16 commit 033698d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: |
3.8
3.9
3.10
3.11
3.12
- name: Install dependencies
run: |
python -m pip install poetry tox
Expand Down

0 comments on commit 033698d

Please sign in to comment.