Skip to content

Commit

Permalink
TST: Use Python 3.13 on devdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Dec 24, 2024
1 parent 41e9ab1 commit 17cbfea
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,12 @@ jobs:
toxenv: py313-test
allow_failure: false

# FIXME: Upgrade to Python 3.13 after glue-viz/bqplot-image-gl#111 is resolved.
# This also runs on cron but we want to make sure new changes
# won't break this job at the PR stage.
- name: Python 3.12 with latest dev versions of key dependencies, and remote data
- name: Python 3.13 with latest dev versions of key dependencies, and remote data
os: ubuntu-latest
python: '3.12'
toxenv: py312-test-devdeps
python: '3.13'
toxenv: py313-test-devdeps
toxposargs: --remote-data --run-slow
allow_failure: true

Expand Down

0 comments on commit 17cbfea

Please sign in to comment.