Skip to content

Commit

Permalink
Merge pull request #23 from Erotemic/dev/1.0.0
Browse files Browse the repository at this point in the history
Dev/1.0.0
  • Loading branch information
Erotemic committed Oct 1, 2022
2 parents 4e478be + 0f4f18a commit 7abfa0d
Show file tree
Hide file tree
Showing 24 changed files with 1,347 additions and 770 deletions.
32 changes: 16 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ workflows:
- test_minimal/cp36-36m-linux:
filters:
<<: *__ignore_release__
- test_minimal/cp35-35m-linux:
filters:
<<: *__ignore_release__
#- test_minimal/cp34-34m-linux:
#- test_minimal/cp35-35m-linux:
# filters:
# <<: *__ignore_release__
##- test_minimal/cp34-34m-linux:
## filters:
## <<: *__ignore_release__
#- test_minimal/cp27-27mu-linux:
# filters:
# <<: *__ignore_release__
- test_minimal/cp27-27mu-linux:
filters:
<<: *__ignore_release__

- test_minimal/pypy3:
filters:
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
test_minimal/cp3_10-3_10-linux:
<<: *test_minimal_template
docker:
- image: circleci/python:3.10-rc
- image: circleci/python:3.10

test_minimal/cp39-39-linux:
<<: *test_minimal_template
Expand All @@ -138,20 +138,20 @@ jobs:
docker:
- image: circleci/python:3.6

test_minimal/cp35-35m-linux:
<<: *test_minimal_template
docker:
- image: circleci/python:3.5
#test_minimal/cp35-35m-linux:
# <<: *test_minimal_template
# docker:
# - image: circleci/python:3.5

#test_minimal/cp34-34m-linux:
# <<: *test_minimal_template
# docker:
# - image: circleci/python:3.4

test_minimal/cp27-27mu-linux:
<<: *test_minimal_template
docker:
- image: circleci/python:2.7
#test_minimal/cp27-27mu-linux:
# <<: *test_minimal_template
# docker:
# - image: circleci/python:2.7

# --- pypy ----

Expand Down

0 comments on commit 7abfa0d

Please sign in to comment.