Skip to content

Commit

Permalink
test python 3.10 in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelAquilina committed Nov 23, 2021
1 parent 12083ef commit 5d56e18
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
name: yamllint
command: yamllint .

test-3.10:
docker:
- image: "python:3.10"
<<: *test

test-3.9:
docker:
- image: "python:3.9"
Expand Down Expand Up @@ -73,3 +78,4 @@ workflows:
- test-3.7
- test-3.8
- test-3.9
- test-3.10

0 comments on commit 5d56e18

Please sign in to comment.