Skip to content

Commit

Permalink
Add Python 3.10 to CI (adap#1320)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljanes committed Jul 24, 2022
1 parent 2474c7c commit a6f3ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flower.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: [3.7.12, 3.8.12, 3.9.10]
python: [3.7.12, 3.8.12, 3.9.10, 3.10.5]
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down

0 comments on commit a6f3ab9

Please sign in to comment.