11 Release Notes for
22 P4Python, Helix Core API for Python
33
4- Version 2023.1
4+ Version 2023.2
55
66Introduction
77
@@ -26,8 +26,8 @@ Introduction
2626Important End-of-Life Notice
2727
2828 This major release of P4Python would be the last to provide wheels for and
29- test against Python 3.7 . This is part of our commitment to focus on
30- supported technology platforms
29+ test against MacOS 10.15 . This is part of our commitment to focus on
30+ supported technology platforms.
3131
3232--------------------------------------------------------------------------
3333
@@ -47,7 +47,7 @@ Installation
4747
4848 python3 -m pip install --upgrade p4python
4949
50- P4Python is distributed as a binary wheels for Python 3.7, 3. 8, 3.9, 3.10,
50+ P4Python is distributed as a binary wheels for Python 3.8, 3.9, 3.10,
5151 3.11 and 3.12. In order for the binary wheel to be used, the ABI tag needs to
5252 match.This often requires updated pip, to do so issue:
5353 python3 -m pip install --upgrade pip
@@ -77,8 +77,8 @@ Installation
7777
7878 Maya has a private python executable called "mayapy".
7979
80- The instructions for installation are the same as the source install
81- below , except use "mayapy" instead of "python".
80+ The instructions for installation are same as in "Building P4Python from Source"
81+ section , except use "mayapy" instead of "python".
8282
8383--------------------------------------------------------------------------
8484
@@ -114,19 +114,18 @@ Compatibility Statements
114114
115115 API Compatibility
116116
117- This release of P4Python requires at least 2023.1 Perforce API
118- (2023.1/2442900 ). Older releases will not compile and are not supported.
117+ This release of P4Python requires at least 2023.2 Perforce API
118+ (2023.2/2519561 ). Older releases will not compile and are not supported.
119119
120120 Python Compatibility
121121
122122 This release of P4Python is supported building from source with
123- Python 3.7, 3. 8, 3.9, 3.10, 3.11 and 3.12.
123+ Python 3.8, 3.9, 3.10, 3.11 and 3.12.
124124
125125 For detailed compatibility, please check the following table:
126126
127127 Python Release | P4Python Release
128128 ======================================
129- 3.7 | 2018.2 or later
130129 3.8 | 2020.1 or later
131130 3.9 | 2021.1 or later
132131 3.10 | 2022.1 or later
@@ -295,6 +294,13 @@ Key to symbols used in change notes below.
295294
296295--------------------------------------------------------------------------
297296
297+ New functionality in 2023.2 (2023.2/2527637) (2023/12/04)
298+
299+ #2522046 (Job #117813)
300+ Built P4Python with P4API 2023.2 (2023.2/2519561)
301+
302+ --------------------------------------------------------------------------
303+
298304New functionality in 2023.1 Patch 2 (2023.1/2509188) (2023/10/25)
299305
300306 #2503929 (Job #117105)
0 commit comments