Skip to content

Commit

Permalink
chore:add py3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Jul 23, 2024
1 parent 2e2f1d7 commit f2cf1c6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"
- name: Install dependencies
env:
PYTHON_KEYRING_BACKEND: keyring.backends.null.Keyring
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- master

concurrency:
group: test-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-python@v5
with:
cache-dependency-path: poetry.lock
python-version: "3.11"
python-version: "3.12"
- name: Install dependencies
env:
PYTHON_KEYRING_BACKEND: keyring.backends.null.Keyring
Expand Down Expand Up @@ -56,15 +56,15 @@ jobs:
fail-fast: false
matrix:
redis-image: [ "redis:6.2.14", "redis:7.0.15", "redis:7.2.4" ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
redis-py: [ "4.3.6", "4.6.0", "5.0.7", "5.1.0b6" ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
redis-py: [ "4.3.6", "4.6.0", "5.0.7", "5.1.0b7" ]
include:
- python-version: "3.11"
- python-version: "3.12"
redis-image: "redis/redis-stack:6.2.6-v13"
redis-py: "5.0.7"
extra: true # json, bf, lupa, cf
hypothesis: true
- python-version: "3.11"
- python-version: "3.12"
redis-image: "redis/redis-stack-server:7.2.0-v9"
redis-py: "5.0.7"
extra: true # json, bf, lupa, cf
Expand Down

0 comments on commit f2cf1c6

Please sign in to comment.