Skip to content

Commit 31a3c3e

Browse files
authored
Merge pull request #8 from ustudio/update-dependencies-to-allow-upgrades
Update Dependencies to Allow Upgrades
2 parents 791fdc4 + 448bbb2 commit 31a3c3e

File tree

4 files changed

+86
-82
lines changed

4 files changed

+86
-82
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,18 @@ workflows:
9292
filters:
9393
tags:
9494
only: /.*/
95+
- test:
96+
name: test-3.12
97+
python_version: "3.12"
98+
filters:
99+
tags:
100+
only: /.*/
95101
- publish:
96102
requires:
97103
- test-3.9
98104
- test-3.10
99105
- test-3.11
106+
- test-3.12
100107
filters:
101108
tags:
102109
only: /^v[0-9]+(\.[0-9]+)*.*/

0 commit comments

Comments
 (0)