Skip to content

Commit

Permalink
ci: Lock python at 3.9 (lower than 3.10) to avoid poetry / dataclasse…
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Oct 30, 2021
1 parent b8c6886 commit 96b6901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.x' ]
python-version: [ '3.9' ]
tmux-version: [ '2.6', '2.7', '2.8', '3.0a', '3.1b', '3.2a', 'master' ]
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 96b6901

Please sign in to comment.