Skip to content

Commit

Permalink
Support Python 3.12 (#248)
Browse files Browse the repository at this point in the history
* Test against Python 3.12

* Bump adlfs: 2022.2.0 -> 2024.4.1 for test env

* Change adlfs pin to a lower bound in tests extra.
  • Loading branch information
nathanjmcdougall authored Jul 19, 2024
1 parent 5c929ce commit 70380b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ["3.8", "3.9", "3.10", "3.11"]
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: ["ubuntu-latest"]
pytest_opts: ["--workers 4 --tests-per-worker 1"]
requirements: [""]
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12


[options]
Expand Down Expand Up @@ -60,7 +61,7 @@ test =
pytest-dotenv
pytest-parallel
s3fs
adlfs==2022.2.0
adlfs>=2024.4.1
gcsfs
fastparquet
pyarrow
Expand Down

0 comments on commit 70380b4

Please sign in to comment.