Skip to content

Commit

Permalink
add Python 3.12 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
xflr6 committed Mar 10, 2024
1 parent 81e6a85 commit 933c491
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,32 @@ jobs:
fail-fast: false
matrix:
include:
- name: linux-3.11-full
python-version: "3.11"
- name: linux-3.12-full
python-version: "3.12"
args: "--run-writes"
extra: ",pandas"
os: ubuntu-latest
- name: linux-3.11-full-master
python-version: "3.11"
- name: linux-3.12-full-master
python-version: "3.12"
args: "--glottolog-tag=master --run-writes"
extra: ",pandas"
os: ubuntu-latest
- name: windows-3.11-full
python-version: "3.11"
- name: windows-3.12-full
python-version: "3.12"
args: "--run-writes"
extra: ",pandas"
os: windows-latest
- name: linux-3.10-quick-lint
- name: linux-3.11-quick-lint
python-version: "3.11"
args: "--skip-slow --exclude-raw"
extra: ",pandas"
os: ubuntu-latest
- name: linux-3.10-quick
python-version: "3.10"
args: "--skip-slow --exclude-raw"
extra: ",pandas"
os: ubuntu-latest
- name: linux-3.9
- name: linux-3.9-quick
python-version: "3.9"
args: "--skip-slow --exclude-raw"
extra: ",pandas"
Expand Down

0 comments on commit 933c491

Please sign in to comment.