Skip to content

Commit fe3a764

Browse files
committed
Use newer ubuntu and python
1 parent b5e99df commit fe3a764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-test-sdist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ on:
88

99
jobs:
1010
release:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.10"]
14+
python-version: ["3.11"]
1515

1616
environment:
1717
name: pypi

0 commit comments

Comments
 (0)