Skip to content

Commit bf4cb0a

Browse files
authored
Enable testing for Python 3.13
1 parent dd44c36 commit bf4cb0a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/sync-repo-settings.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ branchProtectionRules:
2525
- 'unit (3.10)'
2626
- 'unit (3.11)'
2727
- 'unit (3.12)'
28+
- 'unit (3.13)'
2829
- 'cover'

testing/constraints-3.13.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# -*- coding: utf-8 -*-
2+
# This constraints file is required for unit tests.
3+
# List all library dependencies and extras in this file.
4+
google-api-core
5+
proto-plus
6+
protobuf

0 commit comments

Comments
 (0)