Skip to content

Commit

Permalink
Add python 3.12 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vanous committed Jun 21, 2024
1 parent c035a41 commit 7b0fee8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yaml
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.8", "3.9", "3.10", "3.11", "3.12.0-beta.3"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: szenius/set-timezone@v1.1
Expand All @@ -19,6 +19,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
include-prereleases: true
- name: Install dependencies
run: pip install pytest pytest-md pytest-emoji pytest-mypy
- uses: pavelzw/pytest-action@v2
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
python3 setup.py sdist bdist_wheel
```
* test upload to TestPypi with twine
* use `_token_` for username and a token for password
* use `__token__` for username and a token for password

```bash
python -m twine upload --repository testpypi dist/* --verbose
Expand Down

0 comments on commit 7b0fee8

Please sign in to comment.