Skip to content

Commit

Permalink
TST: switch bleeding-edge CI to Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Sep 25, 2023
1 parent a64ce7d commit 207feff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bleeding-edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
name: Python3.11-dev
name: Python3.12-dev
timeout-minutes: 60

concurrency:
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Set up Python Dev Version
uses: actions/setup-python@v4
with:
python-version: '3.11-dev'
python-version: '3.12-dev'

- name: Install dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ filterwarnings = [
"ignore:FigureCanvasAgg is non-interactive, and thus cannot be shown:UserWarning",
"ignore:In accordance with NEP 32:DeprecationWarning",
"ignore:distutils Version classes are deprecated. Use packaging.version instead.:DeprecationWarning",
'ignore:datetime\.datetime\.utcfromtimestamp\(\) is deprecated:DeprecationWarning', # https://github.com/dateutil/dateutil/pull/1285
]

[tool.coverage.run]
Expand Down

0 comments on commit 207feff

Please sign in to comment.