Skip to content

Commit

Permalink
Merge pull request #8 from ustudio/update-dependencies-to-allow-upgrades
Browse files Browse the repository at this point in the history
Update Dependencies to Allow Upgrades
  • Loading branch information
spiralman authored Jan 23, 2024
2 parents 791fdc4 + 448bbb2 commit 31a3c3e
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 82 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,18 @@ workflows:
filters:
tags:
only: /.*/
- test:
name: test-3.12
python_version: "3.12"
filters:
tags:
only: /.*/
- publish:
requires:
- test-3.9
- test-3.10
- test-3.11
- test-3.12
filters:
tags:
only: /^v[0-9]+(\.[0-9]+)*.*/
Expand Down
Loading

0 comments on commit 31a3c3e

Please sign in to comment.