Skip to content

Commit

Permalink
CI to run py310 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
jupe authored Aug 9, 2023
1 parent cf8bfca commit 0d5329f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@ workflows:
filters:
tags:
only: /.*/
- test-310:
filters:
tags:
only: /.*/
- deploy:
requires:
- test-310
- test-39
- test-38
- test-37
Expand Down Expand Up @@ -95,7 +100,12 @@ jobs:
test-39:
<<: *test-template
docker:
- image: circleci/python:3.9-rc-buster
- image: circleci/python:3.9

test-310:
<<: *test-template
docker:
- image: circleci/python:3.10

deploy:
<<: *test-template
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
'lockable>=0.8.0,<0.9.0'
],
extras_require={ # Optional
'dev': ['nose', 'coveralls', 'pylint', 'coverage'],
'dev': ['pynose', 'coveralls', 'pylint', 'coverage'],
'optional': ['pytest-metadata']
},

Expand Down

0 comments on commit 0d5329f

Please sign in to comment.