Skip to content

Commit

Permalink
add new version of python
Browse files Browse the repository at this point in the history
  • Loading branch information
mgravey committed Jan 26, 2025
1 parent 7e1fe7f commit 6f4aa82
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
OS: [ ubuntu-20.04, windows-latest, macOS-latest]
python: ['3.7', '3.8', '3.9','3.10','3.11', 'pypy-3.8', 'pypy-3.9' ]
python: ['3.7', '3.8', '3.9','3.10','3.11','3.12','3.13', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10' ]
arch: [ x64 ]
include:
- os: ubuntu-20.04
Expand All @@ -21,9 +21,9 @@ jobs:
fail-fast: false
runs-on: ${{ matrix.OS }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonPublishTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
OS: [ ubuntu-20.04, windows-latest, macOS-latest]
python: ['3.7', '3.8', '3.9','3.10','3.11', 'pypy-3.8', 'pypy-3.9' ]
python: ['3.7', '3.8', '3.9','3.10','3.11','3.12','3.13', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10' ]
arch: [ x64 ]
include:
- os: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.98.021
0.98.022

0 comments on commit 6f4aa82

Please sign in to comment.