Skip to content

Commit

Permalink
test on Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
catherinebirney committed Oct 25, 2023
1 parent adb160f commit 1fc4a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
py-version: ['3.9', '3.10', '3.11']
py-version: ['3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v3
Expand Down

2 comments on commit 1fc4a71

@catherinebirney
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bl-young Python 3.12 was released at the beginning of October - we'll have to see if testing on 3.12 causes any issues

@bl-young
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like the current error is with pyarrow install but should be ready any day: apache/arrow#37880

Please sign in to comment.