Skip to content

Commit

Permalink
Remove settings for CI builds based on versions other than Python 3.1…
Browse files Browse the repository at this point in the history
…0 and 3.11
  • Loading branch information
wehs7661 committed Aug 3, 2024
1 parent 3f9cd04 commit 8bcdd9e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,18 +89,9 @@ jobs:
workflows:
continuous-integration:
jobs:
- test:
name: test-python-3.8
python-version: "3.8"
- test:
name: test-python-3.9
python-version: "3.9"
- test:
name: test-python-3.10
python-version: "3.10"
- test:
name: test-python-3.11
python-version: "3.11"
- test:
name: test-python-3.12
python-version: "3.12"

0 comments on commit 8bcdd9e

Please sign in to comment.