Skip to content

Commit

Permalink
Use circleci/python for Python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
movermeyer committed Oct 27, 2022
1 parent edc862c commit d24bee5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,23 @@ workflows:
- test:
matrix:
parameters:
python_version: ["2.7", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
python_version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
- test_pypy:
matrix:
parameters:
python_version: ["2.7", "3.7", "3.8"]
- lint-rst

jobs:
test_python_34:
steps:
- checkout
- run:
name: Test
command: python setup.py test
docker:
- image: cimg/python:3.4

test:
parameters:
python_version:
Expand Down

0 comments on commit d24bee5

Please sign in to comment.