Skip to content

Commit

Permalink
Update for release candidate.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Oct 17, 2024
1 parent 1a6b468 commit 75f291f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- "3.10"
- 3.11
- 3.12
- 3.13-dev
- 3.13
- pypy-3.8
- pypy-3.9
- pypy-3.10
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
matrix:
os:
- ubuntu-20.04
python-version: [3.13-dev]
python-version: [3.13]
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- "3.10"
- 3.11
- 3.12
- 3.13-dev
- 3.13
- pypy-3.8
- pypy-3.9
- pypy-3.10
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
- "3.10"
- 3.11
- 3.12
- 3.13-dev
- 3.13
- pypy-3.8
- pypy-3.9
- pypy-3.10
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
if: ${{ matrix.arch == 'aarch64' }}
uses: docker/setup-qemu-action@v2
- name: Build wheels
uses: pypa/[email protected].2
uses: pypa/[email protected].3
with:
output-dir: dist
env:
Expand Down
2 changes: 1 addition & 1 deletion src/wrapt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = ('1', '17', '0dev4')
__version_info__ = ('1', '17', '0rc1')
__version__ = '.'.join(__version_info__)

from .__wrapt__ import (ObjectProxy, CallableObjectProxy, FunctionWrapper,
Expand Down

0 comments on commit 75f291f

Please sign in to comment.