Skip to content

Commit 150b5be

Browse files
Update all non-major dependencies
1 parent fc29473 commit 150b5be

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Python
2424
uses: actions/setup-python@v5
2525
with:
26-
python-version: '3.12'
26+
python-version: '3.14'
2727

2828
- name: Install dependencies
2929
run: |

.github/workflows/release-rubygems.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Ruby
2323
uses: ruby/setup-ruby@v1
2424
with:
25-
ruby-version: '3.2'
25+
ruby-version: '3.4.8'
2626
bundler-cache: false
2727

2828
- name: Install dependencies

0 commit comments

Comments
 (0)