Skip to content

Commit

Permalink
chore: add 3.13 to PR CI runs, 3.14 to scheduled (#5825)
Browse files Browse the repository at this point in the history
  • Loading branch information
holmanb authored Oct 14, 2024
1 parent 9554338 commit 0c24aa2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,17 @@ jobs:
HYPOTHESIS_PROFILE: ci
run: tox -e hypothesis-slow
devel_tests:
name: unittest / 3.13-dev
name: unittest / 3.14-dev
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Python 3.13-dev
- name: Install Python 3.14-dev
uses: actions/setup-python@v5
with:
python-version: 3.13-dev
# select latest version here:
# https://github.com/actions/python-versions/blob/main/versions-manifest.json
python-version: 3.14-dev
check-latest: true
- name: Install tox
run: pip install tox
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
unittests:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
toxenv: [py3]
slug: [""]
experimental: [false]
Expand Down

0 comments on commit 0c24aa2

Please sign in to comment.