Skip to content

Commit f3c0451

Browse files
committed
Test on 3.11 final
1 parent 06e2a04 commit f3c0451

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11.0-rc.2"]
17+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
1818
os: [windows-latest, ubuntu-latest, macos-latest]
1919
arch: [x64, x86]
2020
exclude:

immutables/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
# supported platforms, publish the packages on PyPI, merge the PR
1111
# to the target branch, create a Git tag pointing to the commit.
1212

13-
__version__ = '0.19'
13+
__version__ = '0.20.dev0'

0 commit comments

Comments
 (0)