Skip to content

Commit

Permalink
Merge pull request #200 from bluelabsio/RM-22-Add-CircleCI-tests-for-…
Browse files Browse the repository at this point in the history
…Python-3.11-build

RM-22-Add-CircleCI-tests-for-Python-3.11-build
  • Loading branch information
ryantimjohn authored Jan 23, 2023
2 parents dec3684 + bcdc4de commit 42e9e93
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 @@ -440,6 +440,17 @@ workflows:
filters:
tags:
only: /v\d+\.\d+\.\d+(-[\w]+)?/
- test:
name: test-3.11
extras: '[unittest,typecheck]'
python_version: "3.10"
pandas_version: "==1.5.2"
requires:
- redshift-s3-itest
coverage: true
filters:
tags:
only: /v\d+\.\d+\.\d+(-[\w]+)?/
# - integration_test_with_dbs:
# name: vertica-no-s3-itest
# extras: '[vertica,itest]'
Expand Down

0 comments on commit 42e9e93

Please sign in to comment.