Skip to content

Commit

Permalink
add Python 3.13 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
xflr6 committed Oct 27, 2024
1 parent 02a5702 commit b86cf62
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,27 @@ jobs:
fail-fast: false
matrix:
include:
- name: linux-3.12-full
python-version: "3.12"
- name: linux-3.13-full
python-version: "3.13"
args: "--run-writes"
extra: ",pandas"
os: ubuntu-latest
- name: linux-3.12-full-master
python-version: "3.12"
- name: linux-3.13-full-master
python-version: "3.13"
args: "--glottolog-tag=master --run-writes"
extra: ",pandas"
os: ubuntu-latest
- name: windows-3.12-full
python-version: "3.12"
- name: windows-3.13-full
python-version: "3.13"
args: "--run-writes"
extra: ",pandas"
os: windows-latest
- name: linux-3.11-quick-lint
- name: linux-3.12-quick-lint
python-version: "3.12"
args: "--skip-slow --exclude-raw"
extra: ",pandas"
os: ubuntu-latest
- name: linux-3.11-quick
python-version: "3.11"
args: "--skip-slow --exclude-raw"
extra: ",pandas"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{312,311,310,39,38}
envlist = py{313,312,311,310,39}
skip_missing_interpreters = true

[testenv]
Expand Down

0 comments on commit b86cf62

Please sign in to comment.