Skip to content

Commit

Permalink
Python 3.13 support (#1002)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Sep 9, 2024
1 parent 62ab55e commit f3876fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,10 @@ jobs:
strategy:
matrix:
pyver:
- 3.13-dev
- 3.13
- 3.12
- 3.11
- >-
3.10
- "3.10"
- 3.9
- 3.8
no-extensions: ['', 'Y']
Expand Down Expand Up @@ -199,12 +198,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.pyver }}
allow-prereleases: >-
${{
endsWith(matrix.pyver, '-dev')
&& true
|| false
}}
allow-prereleases: true
- name: Get pip cache dir
id: pip-cache
run: |
Expand Down
1 change: 1 addition & 0 deletions CHANGES/1002.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added support for Python 3.13 -- by :user:`bdraco`.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ classifiers =
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13

[options]
python_requires = >= 3.8
Expand Down

0 comments on commit f3876fd

Please sign in to comment.