You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add Python 3.12 and 3.13 to package classifiers
- Update CI/CD workflows to test against Python 3.12 and 3.13
- Add Gradle test tasks for Python 3.12 and 3.13 (MySQL and PostgreSQL)
- Update Java and Python enum types to include 3.12 and 3.13
- Add Docker image mappings for Python 3.12 and 3.13
- Update documentation to reflect Python 3.8-3.13 support
Resolves#967
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,7 @@ For all other questions, please use [GitHub discussions](https://github.com/awsl
205
205
206
206
1. Set up your environment by following the directions in the [Development Guide](./docs/development-guide/DevelopmentGuide.md).
207
207
2. To contribute, first make a fork of this project.
208
-
3. Make any changes on your fork. Make sure you are aware of the requirements for the project (e.g. do not require Python 3.7 if we are supporting Python 3.8 - 3.11 (inclusive)).
208
+
3. Make any changes on your fork. Make sure you are aware of the requirements for the project (e.g. do not require Python 3.7 if we are supporting Python 3.8 - 3.13 (inclusive)).
209
209
4. Create a pull request from your fork.
210
210
5. Pull requests need to be approved and merged by maintainers into the main branch. <br />
Copy file name to clipboardExpand all lines: docs/development-guide/DevelopmentGuide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Development Guide
2
2
3
3
### Setup
4
-
Make sure you have Python 3.8 - 3.11 (inclusive) installed, along with your choice of underlying Python driver (see [minimum requirements](../GettingStarted.md#minimum-requirements)).
4
+
Make sure you have Python 3.8 - 3.13 (inclusive) installed, along with your choice of underlying Python driver (see [minimum requirements](../GettingStarted.md#minimum-requirements)).
0 commit comments