Skip to content

Commit

Permalink
Support Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
blairconrad committed Oct 10, 2024
1 parent ffd380c commit 4772a62
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
- '3.13'
# Uncomment the following lines to test with a not-yet supported Python version
# include:
# - job-prefix: 'experimental '
Expand All @@ -34,7 +35,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v2
with:
version: '0.4.17'
version: '0.4.20'
- name: Test
run: uv run --python ${{ matrix.python-version }} test.py

Expand All @@ -53,7 +54,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v2
with:
version: '0.4.17'
version: '0.4.20'
- name: Set up Python
run: uv python install
- name: Build Package
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ classifiers=[
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering :: Medical Science Apps.",
"Topic :: Software Development :: Libraries",
Expand Down
4 changes: 4 additions & 0 deletions src/dicognito/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### New

- Support Python 3.13 ([#172](https://github.com/blairconrad/dicognito/issues/172))

## 0.18.0

### Changed
Expand Down

0 comments on commit 4772a62

Please sign in to comment.