Skip to content
Draft
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', “3.14-dev“]
os: ["blacksmith-4vcpu-ubuntu-2404"]

steps:
Expand Down Expand Up @@ -89,13 +89,13 @@ jobs:
]
experimental: [false]
include:
- python-version: pypy3.10
- python-version: pypy3.11
toxenv: 'py-amqp'
experimental: true
- python-version: pypy3.10
- python-version: pypy3.11
toxenv: 'py-redis'
experimental: true
- python-version: pypy3.10
- python-version: pypy3.11
toxenv: 'py-mongodb'
experimental: true
# - python-version: pypy3.10
Expand Down
Loading