Skip to content

Commit

Permalink
👷 ci: add python 3.13 test (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo authored Aug 17, 2024
1 parent e0b9138 commit e575712
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 113 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]
name: unittest - Python ${{ matrix.python-version }} ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
Expand Down
47 changes: 0 additions & 47 deletions CHANGELOG.md

This file was deleted.

65 changes: 0 additions & 65 deletions CONTRIBUTING.rst

This file was deleted.

1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ create-venv:
{{SYSTEM_PYTHON}} -m venv .venv

install:
{{PYTHON}} -m pip install -U pip
{{PYTHON}} -m pip install -e ".[dev]"

run *ARGS:
Expand Down

0 comments on commit e575712

Please sign in to comment.