Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
add python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb15 committed Aug 11, 2022
1 parent 57beb4f commit dd2c54e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ workflows:
version: "3.9"
requires:
- lint
- test-python:
name: test-python3.10
version: "3.10"
requires:
- lint
lint_test_deploy:
jobs:
- lint:
Expand All @@ -45,6 +50,11 @@ workflows:
version: "3.9"
requires:
- lint
- test-python:
name: test-python3.10
version: "3.10"
requires:
- lint
# Don't want to deploy every push to master?
# You can switch to manual approval if desired
# Uncomment below and get rid of requirement for test-python
Expand All @@ -61,6 +71,7 @@ workflows:
- test-python3.7
- test-python3.8
- test-python3.9
- test-python3.10
jobs:
lint:
docker:
Expand Down

0 comments on commit dd2c54e

Please sign in to comment.