Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test more integrations on 3.13 #3578

Merged
merged 11 commits into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
cleanup
  • Loading branch information
sentrivana committed Sep 27, 2024
commit 651ec756112f7bdfda11784ab400839b84117262
2 changes: 1 addition & 1 deletion .github/workflows/test-integrations-graphql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7","3.8","3.11","3.12","3.13"]
python-version: ["3.7","3.8","3.12","3.13"]
# python3.6 reached EOL and is no longer being supported on
# new versions of hosted runners on Github Actions
# ubuntu-20.04 is the last version that supported python3.6
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ envlist =
{py3.8,py3.12,py3.13}-clickhouse_driver-latest

# Cloud Resource Context
{py3.6,py3.11,py3.12,py3.13}-cloud_resource_context
{py3.6,py3.12,py3.13}-cloud_resource_context

# Cohere
{py3.9,py3.11,py3.12}-cohere-v5
Expand Down Expand Up @@ -134,7 +134,7 @@ envlist =

# GQL
{py3.7,py3.11}-gql-v{3.4}
{py3.7,py3.11,py3.12,py3.13}-gql-latest
{py3.7,py3.12,py3.13}-gql-latest

# Graphene
{py3.7,py3.11}-graphene-v{3.3}
Expand Down Expand Up @@ -184,7 +184,7 @@ envlist =
{py3.9,py3.11,py3.12}-openai-notiktoken

# OpenTelemetry (OTel)
{py3.7,py3.9,py3.11,py3.12,py3.13}-opentelemetry
{py3.7,py3.9,py3.12,py3.13}-opentelemetry

# OpenTelemetry Experimental (POTel)
{py3.8,py3.9,py3.10,py3.11,py3.12,py3.13}-potel
Expand Down
Loading