Skip to content

Commit 539b875

Browse files
committed
Updated Python dependencies
1 parent 648e40c commit 539b875

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v4
1818
with:
19-
python-version: 3.8
19+
python-version: 3.12
2020
- name: Verify versioning
2121
run: |
2222
[ "$(poetry version -s)" == "${GITHUB_REF#refs/tags/v}" ]

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
os: [ 'ubuntu-20.04' ]
14-
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
13+
os: [ 'ubuntu-24.04' ]
14+
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)