Skip to content

Commit

Permalink
Add support for Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Jan 15, 2025
1 parent 5d1382a commit d3a630d
Show file tree
Hide file tree
Showing 6 changed files with 573 additions and 253 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
python 3.11.10
python 3.13.1
poetry 1.8.5
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,25 +42,30 @@
"ipython",
"isort",
"linebreak",
"macfsevents",
"mkdocs",
"mockbrowser",
"mockelement",
"mockhtml",
"multidict",
"mypy",
"noninteractive",
"pipx",
"pluginmanager",
"proto",
"pydocstyle",
"pyenv",
"pygments",
"pyinstaller",
"pync",
"pyyaml",
"setenv",
"showfspath",
"startfile",
"tlsv",
"useragent",
"USERPROFILE",
"yarl",
"zipcodes"
]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Install this library directly into an activated virtual environment:
pip install pomace
```

or add it to your [Poetry](https://poetry.eustace.io/) project:
or add it to your [Poetry](https://python-poetry.org/docs/) project:

```shell
poetry add pomace
Expand Down
Loading

0 comments on commit d3a630d

Please sign in to comment.