Skip to content

Commit fc08fc0

Browse files
committed
CI: bump Ubuntu; test on 3.13; drop 3.6
Python 3.6 is not available on Ubuntu 22.04 runners: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
1 parent 11f0843 commit fc08fc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ on:
1212
jobs:
1313
build:
1414

15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-22.04
1616
strategy:
1717
matrix:
18-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
18+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
1919

2020
steps:
2121
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)