Skip to content

Commit

Permalink
Merge pull request #447 from neutrinoceros/test_on_cp312
Browse files Browse the repository at this point in the history
TST: switch bleeding-edge CI to Python 3.12
  • Loading branch information
jzuhone authored Sep 26, 2023
2 parents cd32d23 + 86ccbc4 commit 5939944
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 5939944

Please sign in to comment.