Skip to content

Commit

Permalink
Test Python 3.13 rc (#6383)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Sep 21, 2024
1 parent b729e34 commit 3b3f10f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ test-310 = ["py310", "test-core", "test", "example", "test-example", "test-unit-
test-311 = ["py311", "test-core", "test", "example", "test-example", "test-unit-task"]
test-312 = ["py312", "test-core", "test", "example", "test-example", "test-unit-task"]
test-ui = ["py312", "test-core", "test", "test-ui"]
test-core = ["py312", "test-core", "test-unit-task"]
test-core = ["py313", "test-core", "test-unit-task"]
test-gpu = ["py311", "test-core", "test", "test-gpu"]
docs = ["py311", "example", "doc"]
build = ["py311", "build"]
Expand Down Expand Up @@ -53,12 +53,12 @@ bokeh_sampledata = "*"
python = "3.12.*"
bokeh_sampledata = "*"

# [feature.py313]
# channels = ["pyviz/label/dev", "conda-forge/label/python_rc", "conda-forge"]
#
# [feature.py313.dependencies]
# python = "3.13.*"
# bokeh_sampledata = "*"
[feature.py313]
channels = ["pyviz/label/dev", "conda-forge/label/python_rc", "conda-forge"]

[feature.py313.dependencies]
python = "3.13.*"
bokeh_sampledata = "*"

[feature.example.dependencies]
cftime = "*"
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Operating System :: OS Independent",
"Intended Audience :: Science/Research",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 3b3f10f

Please sign in to comment.