Skip to content

Commit

Permalink
Test with Python 3.13 and add PyPI trove classifiers (#898)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Oct 9, 2024
1 parent def207e commit dd75a1a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
aiobotocore-version: [">=2.5.4,<2.6.0", ">=2.7.0,<2.8.0", ">=2.8.0,<2.9.0", "<3.0.0"]

env:
Expand All @@ -27,7 +33,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
environment-file: ci/env.yaml
python-version: ${{ matrix.PY }}
python-version: ${{ matrix.python-version }}

- name: Install
shell: bash -l {0}
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
],
description="Convenient Filesystem interface over S3",
url="http://github.com/fsspec/s3fs/",
Expand Down

0 comments on commit dd75a1a

Please sign in to comment.