Skip to content

Commit f20029a

Browse files
authored
replace the master branch of sqlalchemy with main (#183)
1 parent 5df2607 commit f20029a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/run-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- "3.9"
1919
sqlalchemy:
2020
- sqla_release
21-
- sqla_master
21+
- sqla_main
2222

2323
fail-fast: false
2424

.github/workflows/scripts/find_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def go(argv):
1313
version = parsed["info"]["version"]
1414
print(f"rel_{version}".replace(".", "_"))
1515
else:
16-
print("master")
16+
print("main")
1717

1818

1919
if __name__ == "__main__":

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
; envlist = py
44

55
SQLA_REPO = {env:SQLA_REPO:https://github.com/sqlalchemy/sqlalchemy.git}
6-
SQLA_REF = {env:SQLA_REF:master}
6+
SQLA_REF = {env:SQLA_REF:main}
77

88
[testenv]
99

0 commit comments

Comments
 (0)